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:
parent
1673915f96
commit
fe66950957
1 changed files with 1 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue