mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
Misc fixes
This commit is contained in:
parent
4908ecd7c8
commit
5b5e266c17
4 changed files with 14 additions and 10 deletions
|
|
@ -1555,7 +1555,7 @@ enum CreatureFamily
|
|||
|
||||
enum CreatureTypeFlags
|
||||
{
|
||||
CREATURE_TYPEFLAGS_TAMEBLE = 0x0001,
|
||||
CREATURE_TYPEFLAGS_TAMEABLE = 0x0001,
|
||||
CREATURE_TYPEFLAGS_HERBLOOT = 0x0100,
|
||||
CREATURE_TYPEFLAGS_MININGLOOT = 0x0200
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue