fix(Scripts/Items): Green Whelp Armor affects only enemies level 50 a… (#13800)

...nd below.
This commit is contained in:
UltraNix
2022-11-16 05:25:32 +01:00
committed by GitHub
parent 2e5e3bda5d
commit a490a9ac31
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=9160;
INSERT INTO `spell_script_names` VALUES
(9160,'spell_item_green_whelp_armor');