diff options
| author | QAston <none@none> | 2009-06-30 13:58:39 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-30 13:58:39 +0200 |
| commit | 6faa99e0093ffae00a2f452e3266b4933b5c3c23 (patch) | |
| tree | fd398e40ce6f82a563c9aba5fb7c1cfeac7e1fd6 /src/game/Spell.cpp | |
| parent | 24efcabdd98f2dde7702de2f293813c085ac4dca (diff) | |
*Correct typo in spellid check for Corpse Explosion.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 844ec844366..2f0225e67ab 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2260,7 +2260,7 @@ void Spell::SetTargetMap(uint32 i, uint32 cur) break; } // Corpse Explosion - case 53717: + case 49158: case 51325: case 51326: case 51327: |
