mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +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