mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
fix(Scripts/Items): Green Whelp Armor affects only enemies level 50 a… (#13800)
...nd below.
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user