fix(DB/creature): Young Moonkin shouldn't have Moonfire (#4651)

This commit is contained in:
Peter
2021-02-27 12:43:25 +01:00
committed by GitHub
parent b9e132a941
commit 39ece8d518

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614328114555323168');
-- Stop Young Moonkin from having Moonfire
DELETE FROM `smart_scripts` WHERE `entryOrGuid`=10159 AND `source_type`=0;
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=10159;