From 71adccb1c77d45d9663a84fcc7adfcc5ec89d19d Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Mon, 3 Aug 2009 04:17:18 -0400 Subject: Fix CRLF in SpellAuras.cpp and strange character in world_script_texts.sql --HG-- branch : trunk --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 8da70ef41fb..17bfd6bcb26 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -956,7 +956,7 @@ void Aura::HandleAuraSpecificMods(bool apply) if (apply && m_spellProto->SpellFamilyName == SPELLFAMILY_MAGE && m_spellProto->SpellFamilyFlags[0] & 0x01000000) { // Glyph of Polymorph - if (GetCaster()->HasAura(56375)) + if (GetCaster()->HasAura(56375)) { m_target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE); m_target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT); -- cgit v1.2.3