mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)
Typo pointed out by P-Kito Closes #18140
This commit is contained in:
@@ -318,8 +318,8 @@ pEffect SpellEffects[TOTAL_SPELL_EFFECTS]=
|
||||
&Spell::EffectNULL, //250 SPELL_EFFECT_TAKE_SCREENSHOT
|
||||
&Spell::EffectNULL, //251 SPELL_EFFECT_SET_GARRISON_CACHE_SIZE
|
||||
&Spell::EffectTeleportUnits, //252 SPELL_EFFECT_TELEPORT_UNITS
|
||||
&Spell::EffectNULL, //253 SPELL_EFFECT_253
|
||||
&Spell::EffectNULL, //254 SPELL_EFFECT_GIVE_HONOR
|
||||
&Spell::EffectNULL, //253 SPELL_EFFECT_GIVE_HONOR
|
||||
&Spell::EffectNULL, //254 SPELL_EFFECT_254
|
||||
&Spell::EffectNULL, //255 SPELL_EFFECT_LEARN_TRANSMOG_SET
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user