fix(DB/creature): Young Moonkin shouldn't have Moonfire (#4651)
This commit is contained in:
parent
b9e132a941
commit
39ece8d518
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue