feat(DB): assign BroadcastText to Creature_text (Night Elf Commoner) (#11188)

This commit is contained in:
Bogir[rus] 2022-04-02 15:40:06 +05:00 committed by GitHub
parent 87a837e45d
commit e9faadf0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648456139839620175');
-- Night Elf Commoner
UPDATE `creature_text` SET `BroadcastTextId` = 24348 WHERE `CreatureID` = 19173 AND `GroupID` = 6 AND `ID` = 2;