aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2016-10-28 14:32:38 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-28 14:32:38 +0200
commit08d7f094a93b6427ba3f093e368f73de8e8683a4 (patch)
tree8bf0530fa5f10f3d41c9b12c13042b6c1b0291f3 /src
parente9fb1301e9b53f8ebc88d5f984524f131d794b61 (diff)
Core/Spells: wrong comment reference in SpellEffects.cpp (#18157)
Typo pointed out by P-Kito Closes #18140
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellEffects.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
index fd6069d20f7..0ab8a0e5439 100644
--- a/src/server/game/Spells/SpellEffects.cpp
+++ b/src/server/game/Spells/SpellEffects.cpp
@@ -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
};