mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Text): Darnassus Sentinels' incorrect gossip texts (#16714)
* Create fix4262gossip.sql This is the fix for Darnassus Sentinels' incorrect gossip texts. * Update fix4262gossip.sql
This commit is contained in:
1
data/sql/updates/pending_db_world/fix4262gossip.sql
Normal file
1
data/sql/updates/pending_db_world/fix4262gossip.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `npc_text` SET `BroadcastTextID0` = 0 WHERE `ID` = 15906 AND `BroadcastTextID0` = 40591; -- Unlink incorrect broadcast text
|
||||
Reference in New Issue
Block a user