From 6faa99e0093ffae00a2f452e3266b4933b5c3c23 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 30 Jun 2009 13:58:39 +0200 Subject: [PATCH] *Correct typo in spellid check for Corpse Explosion. --HG-- branch : trunk --- src/game/Spell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: