aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorthenecromancer <none@none>2010-01-27 15:57:14 +0100
committerthenecromancer <none@none>2010-01-27 15:57:14 +0100
commitb31c11bf03ee1149b435e52b015f0b459ab4429b (patch)
treec1c87c64841df3e9da68b4f3418a83736f931206 /src
parent4897f9019ebcd0737800117bdb7bf64f8a62b4cb (diff)
More correct spell Id for snake script
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/scripts/world/npcs_special.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/world/npcs_special.cpp b/src/scripts/world/npcs_special.cpp
index a57507f9c6a..ef892450ff0 100644
--- a/src/scripts/world/npcs_special.cpp
+++ b/src/scripts/world/npcs_special.cpp
@@ -1555,7 +1555,7 @@ CreatureAI* GetAI_npc_winter_reveler(Creature* pCreature)
#define SPELL_MIND_NUMBING_POISON 25810 //Viper
#define SPELL_DEADLY_POISON 34655 //Venomous Snake
-#define SPELL_CRIPPLING_POISON 3409 //Viper
+#define SPELL_CRIPPLING_POISON 30981 //Viper
#define VENOMOUS_SNAKE_TIMER 1500
#define VIPER_TIMER 3000