mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/creature_text) add missing broadcastID to Elder Clearwater txt lines to supp… (#18917)
* (DB/SQL)add missing broadcastID to Elder Clearwater txt lines to support localization * Update kaluac.sql
This commit is contained in:
3
data/sql/updates/pending_db_world/kaluac.sql
Normal file
3
data/sql/updates/pending_db_world/kaluac.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- add missing broadcastID to Elder Clearwater txt lines
|
||||
UPDATE `creature_text` SET `BroadcastTextId` = '38218' WHERE `CreatureID` = '38294' AND `GroupID` = '1' AND `ID`='0';
|
||||
UPDATE `creature_text` SET `BroadcastTextId` = '38222' WHERE `CreatureID` = '38294' AND `GroupID` = '3' AND `ID`='0';
|
||||
Reference in New Issue
Block a user