mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Update effect 155 name -> SPELL_EFFECT_TITAN_GRIP
This commit is contained in:
parent
cb4d97ee1d
commit
09e8ea2ae6
2 changed files with 2 additions and 2 deletions
|
|
@ -671,7 +671,7 @@ enum SpellEffects
|
|||
SPELL_EFFECT_152 = 152,
|
||||
SPELL_EFFECT_153 = 153,
|
||||
SPELL_EFFECT_154 = 154,
|
||||
SPELL_EFFECT_155 = 155,
|
||||
SPELL_EFFECT_TITAN_GRIP = 155,
|
||||
SPELL_EFFECT_ADD_SOCKET = 156,
|
||||
SPELL_EFFECT_157 = 157,
|
||||
SPELL_EFFECT_MILLING = 158,
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@ pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=
|
|||
&Spell::EffectNULL, //152 SPELL_EFFECT_152 summon Refer-a-Friend
|
||||
&Spell::EffectNULL, //153 SPELL_EFFECT_CREATE_PET misc value is creature entry
|
||||
&Spell::EffectNULL, //154 unused
|
||||
&Spell::EffectTitanGrip, //155 Allows you to equip two-handed axes, maces and swords in one hand, but you attack $49152s1% slower than normal.
|
||||
&Spell::EffectTitanGrip, //155 SPELL_EFFECT_TITAN_GRIP Allows you to equip two-handed axes, maces and swords in one hand, but you attack $49152s1% slower than normal.
|
||||
&Spell::EffectNULL, //156 Add Socket
|
||||
&Spell::EffectNULL, //157 create/learn random item/spell for profession
|
||||
&Spell::EffectMilling, //158 milling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue