mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix wrong spellid in npc_snake_trap_serpents. Thanks blackmanos. Closes #980.
--HG-- branch : trunk
This commit is contained in:
@@ -1551,7 +1551,7 @@ CreatureAI* GetAI_npc_winter_reveler(Creature* pCreature)
|
||||
## npc_snake_trap_serpents
|
||||
####*/
|
||||
|
||||
#define SPELL_MIND_NUMBING_POISON 8692 //Viper
|
||||
#define SPELL_MIND_NUMBING_POISON 25810 //Viper
|
||||
#define SPELL_DEADLY_POISON 34655 //Venomous Snake
|
||||
#define SPELL_CRIPPLING_POISON 3409 //Viper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user