fix(DB/Text): chicken text for CLUCK special quest (#4714)

This commit is contained in:
Stefano Borzì
2021-03-07 13:13:06 +01:00
committed by GitHub
parent 08c2ddbee2
commit 53d7341645
2 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1614901038211344456');
DELETE FROM `broadcast_text` WHERE `ID`=5140;
DELETE FROM `broadcast_text_locale` WHERE `ID`=5140;
DELETE FROM `creature_text` WHERE `CreatureID`=620 AND `GroupID`=1 AND `BroadcastTextId`=5140;
UPDATE `creature_text` SET `comment`='cluck EMOTE_HELLO' WHERE `CreatureID`=620 AND `GroupID`=0;