mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
feat(DB): assign BroadcastText to Creature_text (Night Elf Commoner) (#11188)
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user