Update more packet structures

-Fix teleport
This commit is contained in:
Deathmax 2011-12-04 16:18:33 +08:00
parent d77fc4d567
commit e6f06ab567
2 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,8 @@ namespace TShockAPI.Net
DownedBoss1 = 2,
DownedBoss2 = 4,
DownedBoss3 = 8,
HardMode = 16,
DownedClown = 32
}
public class WorldInfoMsg : BaseMsg
{