Core/Script: Implement Paralytic Poison

Closes #16905
This commit is contained in:
ariel-
2016-12-15 10:43:15 -03:00
parent 452ef146f4
commit 4e3ce0463c
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_paralytic_poison';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(35201, 'spell_gen_paralytic_poison');