aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-17 17:26:13 +0200
committerQAston <none@none>2009-07-17 17:26:13 +0200
commit88cd705c26a3fb98ca756b76defa083890813410 (patch)
treed45781a95e81bf8cc7bfd7b48e62971ffd41fb7a /src/game/SpellEffects.cpp
parentd6bd04ab0d813e99ab1c7d61d0d71c3da2fe0ae4 (diff)
*Remove some code for spells not present in dbc of 313.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 20c60fdb0a3..427522577cb 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -601,7 +601,7 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
}
case SPELLFAMILY_HUNTER:
{
- //Gore
+ // Gore
if (m_spellInfo->SpellIconID == 1578)
{
damage+= rand()%2 ? damage : 0;