mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB/creature): Young Moonkin shouldn't have Moonfire (#4651)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user