Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)

Typo pointed out by P-Kito
Closes #18140
This commit is contained in:
tkrokli
2016-10-28 14:32:38 +02:00
committed by Shauren
parent e9fb1301e9
commit 08d7f094a9

View File

@@ -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
};