diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-25 15:14:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 15:14:55 +0100 |
commit | 38a37b0ac2ef0298076b055d8e479643d8e16283 (patch) | |
tree | ba3b8480cded3afd5e24fccc9dfe69ba607c0025 | |
parent | a7dab01c2dc7105f5feddcbd4bf5489b330d70b5 (diff) |
DB/Creature: Update gossip text for Darnassus Sentinel for Mage & Paladin directions
Closes #29045 by CraftedRO
-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; |