Core/Script: Implement Paralytic Poison

Closes #16905
This commit is contained in:
ariel-
2016-12-15 10:43:15 -03:00
committed by roc13x
parent d7876762f0
commit 85cfc406dd
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');