Skip to content

Commit

Permalink
fix(DB/creature_text) add missing broadcastID to Elder Clearwater txt…
Browse files Browse the repository at this point in the history
… lines to supp… (#18917)

* (DB/SQL)add missing broadcastID to Elder Clearwater txt lines to support localization

* Update kaluac.sql
  • Loading branch information
chaosua authored May 18, 2024
1 parent 45145fe commit 64833d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/kaluac.sql
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit 64833d9

Please sign in to comment.