fix(Scripts/Spells): Nether Portal - Perseverence should not increase… (#13951)
This commit is contained in:
parent
263c5e1214
commit
579a1c0fa4
3 changed files with 22 additions and 6 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=30421;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(30421,'spell_nether_portal_perseverence');
|
||||
Loading…
Add table
Add a link
Reference in a new issue