mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[8063] Fix summon water elemental.
Summon type changed in 3.1.0. Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
17a82a063e
commit
d49d7e74f9
4 changed files with 4 additions and 1 deletions
|
|
@ -2374,6 +2374,7 @@ enum SummonType
|
|||
SUMMON_TYPE_UNKNOWN2 = 427,
|
||||
SUMMON_TYPE_POSESSED2 = 428,
|
||||
SUMMON_TYPE_GUARDIAN2 = 1161,
|
||||
SUMMON_TYPE_ELEMENTAL = 1561,
|
||||
SUMMON_TYPE_FORCE_OF_NATURE = 1562
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue