mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9274] Implement SPELL_EFFECT_SUMMON_ALL_TOTEMS
This implement work spells 66842, 66843, 66844. Patch originall writed by Arthorius, with additional fixes from darkstalker and hack removes from me.
This commit is contained in:
parent
9aedd3a864
commit
904995c024
7 changed files with 36 additions and 5 deletions
|
|
@ -624,7 +624,7 @@ enum SpellEffects
|
|||
SPELL_EFFECT_SELF_RESURRECT = 94,
|
||||
SPELL_EFFECT_SKINNING = 95,
|
||||
SPELL_EFFECT_CHARGE = 96,
|
||||
SPELL_EFFECT_97 = 97,
|
||||
SPELL_EFFECT_SUMMON_ALL_TOTEMS = 97,
|
||||
SPELL_EFFECT_KNOCK_BACK = 98,
|
||||
SPELL_EFFECT_DISENCHANT = 99,
|
||||
SPELL_EFFECT_INEBRIATE = 100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue