Fix CRLF in SpellAuras.cpp and strange character in world_script_texts.sql

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-08-03 04:17:18 -04:00
parent 1b6057ec51
commit 71adccb1c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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);