mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[8517] Add support for one from quest wild summon types.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b1cb25e92f
commit
53fb04dc14
3 changed files with 4 additions and 2 deletions
|
|
@ -2423,7 +2423,8 @@ enum SummonType
|
|||
SUMMON_TYPE_UNKNOWN5 = 409,
|
||||
SUMMON_TYPE_UNKNOWN2 = 427,
|
||||
SUMMON_TYPE_POSESSED2 = 428,
|
||||
SUMMON_TYPE_QUEST_CRITTER = 487,
|
||||
SUMMON_TYPE_QUEST_CRITTER = 487,
|
||||
SUMMON_TYPE_QUEST_WILD = 587,
|
||||
SUMMON_TYPE_INFERNO = 711,
|
||||
SUMMON_TYPE_GUARDIAN2 = 713,
|
||||
SUMMON_TYPE_GUARDIAN3 = 1161,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue