From b31c11bf03ee1149b435e52b015f0b459ab4429b Mon Sep 17 00:00:00 2001 From: thenecromancer Date: Wed, 27 Jan 2010 15:57:14 +0100 Subject: More correct spell Id for snake script --HG-- branch : trunk --- src/scripts/world/npcs_special.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3