feat(DB): assign BroadcastText to Creature_text (Night Elf Commoner) (#11188)
This commit is contained in:
parent
87a837e45d
commit
e9faadf0a9
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue