diff options
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_25_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_25_03_world.sql b/sql/updates/world/3.3.5/2024_02_25_03_world.sql new file mode 100644 index 00000000000..02e211a759d --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_25_03_world.sql @@ -0,0 +1,3 @@ +-- Update gossip text for Darnassus Sentinel for Mage & Paladin directions +SET @text="You will find a pair of draenei conversing with Tyrande Whisperwind in the upper level of The Temple of the Moon.$B$BThey will know how to help you."; +UPDATE `npc_text` SET `text0_0`=@text, `text0_1`=@text,`BroadcastTextID0`=0, `VerifiedBuild`=49705 WHERE `ID`=15906; |