fix(Core/Spell): Paralytic Poison (#4128)
This commit is contained in:
parent
eb9819991e
commit
9cee5e1d61
2 changed files with 48 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue