fix(Core/Spell): Paralytic Poison (#4128)

This commit is contained in:
Kitzunu
2021-01-23 16:59:43 +01:00
committed by GitHub
parent eb9819991e
commit 9cee5e1d61
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609539037767254100');
DELETE FROM `spell_script_names` WHERE `spell_id` = 35201 AND `ScriptName`='spell_gen_paralytic_poison';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(35201, 'spell_gen_paralytic_poison');