aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2015-03-28 16:38:47 +0100
committerMitchesD <majklprofik@seznam.cz>2015-03-28 16:38:47 +0100
commitaa33d66f6b8ad769dd150b27b26c5e8bc8126a1e (patch)
tree01ad22da09ffef361d88fd3687cbf4d6a0a2913a
parente9b60fb09248b202e041a19f227ff3a2099db4fd (diff)
parent9f3018c6940a968908319f58bd87e9d343539a63 (diff)
Merge pull request #14466 from gigatotem/6.x
Spells/Mage: Correct typo in Time Warp script
-rw-r--r--src/server/scripts/Spells/spell_mage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_mage.cpp b/src/server/scripts/Spells/spell_mage.cpp
index 2e3f5f051b5..7d43157376f 100644
--- a/src/server/scripts/Spells/spell_mage.cpp
+++ b/src/server/scripts/Spells/spell_mage.cpp
@@ -85,7 +85,7 @@ enum MageSpells
SPELL_MAGE_FINGERS_OF_FROST = 44544,
SPELL_MAGE_TEMPORAL_DISPLACEMENT = 80354,
- SPELL_PET_NETHWERINDS_FATIGUED = 160455,
+ SPELL_PET_NETHERWINDS_FATIGUED = 160455,
};
enum MageIcons
@@ -1436,7 +1436,7 @@ class spell_mage_time_warp : public SpellScriptLoader
|| !sSpellMgr->GetSpellInfo(SPELL_HUNTER_INSANITY)
|| !sSpellMgr->GetSpellInfo(SPELL_SHAMAN_EXHAUSTION)
|| !sSpellMgr->GetSpellInfo(SPELL_SHAMAN_SATED)
- || !sSpellMgr->GetSpellInfo(SPELL_PET_NETHWERINDS_FATIGUED))
+ || !sSpellMgr->GetSpellInfo(SPELL_PET_NETHERWINDS_FATIGUED))
return false;
return true;
}