aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaz Brown <iamparadox@netscape.net>2009-08-03 04:17:18 -0400
committerChaz Brown <iamparadox@netscape.net>2009-08-03 04:17:18 -0400
commit71adccb1c77d45d9663a84fcc7adfcc5ec89d19d (patch)
tree96bb79d668d97c67922773ffb83aa1bf2d893558
parent1b6057ec512005856f81f1dc3e801bc0c6f452af (diff)
Fix CRLF in SpellAuras.cpp and strange character in world_script_texts.sql
--HG-- branch : trunk
-rw-r--r--sql/FULL/world_script_texts.sql2
-rw-r--r--src/game/SpellAuras.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/FULL/world_script_texts.sql b/sql/FULL/world_script_texts.sql
index e2c2e386b11..02d868efe03 100644
--- a/sql/FULL/world_script_texts.sql
+++ b/sql/FULL/world_script_texts.sql
@@ -1,4 +1,4 @@
--- Up to TC2 4321
+-- Up to TC2 4321
--
-- trinityscript_script_texts.sql Contains data for table `script_texts` mainly used in C++ parts.
-- valid entries for table are between -1000000 and -1999999
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);