diff options
author | thenecromancer <none@none> | 2010-01-27 15:57:14 +0100 |
---|---|---|
committer | thenecromancer <none@none> | 2010-01-27 15:57:14 +0100 |
commit | b31c11bf03ee1149b435e52b015f0b459ab4429b (patch) | |
tree | c1c87c64841df3e9da68b4f3418a83736f931206 | |
parent | 4897f9019ebcd0737800117bdb7bf64f8a62b4cb (diff) |
More correct spell Id for snake script
--HG--
branch : trunk
-rw-r--r-- | src/scripts/world/npcs_special.cpp | 2 |
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 |