Merge pull request #1677 from mc-server/GlobalFixes
Fixed eMonsterType lua bugs.
This commit is contained in:
commit
5dfb094d6a
@ -37,6 +37,7 @@ enum eMonsterType
|
|||||||
mtWolf = E_META_SPAWN_EGG_WOLF,
|
mtWolf = E_META_SPAWN_EGG_WOLF,
|
||||||
mtZombie = E_META_SPAWN_EGG_ZOMBIE,
|
mtZombie = E_META_SPAWN_EGG_ZOMBIE,
|
||||||
mtZombiePigman = E_META_SPAWN_EGG_ZOMBIE_PIGMAN,
|
mtZombiePigman = E_META_SPAWN_EGG_ZOMBIE_PIGMAN,
|
||||||
|
mtMax = 120, // This is just a hotfix for http://forum.mc-server.org/showthread.php?tid=1616. Tolua is too bad to find the highest value, so this is needed.
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
// tolua_end
|
// tolua_end
|
||||||
|
Loading…
Reference in New Issue
Block a user