aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkandera <kanderadev@gmail.com>2013-04-03 09:03:19 -0400
committerkandera <kanderadev@gmail.com>2013-04-03 09:03:19 -0400
commitad38ecaf988ab13cad0bcb11868874f89c7f7765 (patch)
tree6c6d908c941beb9c7461832c0025132e1a64f24d /sql
parent31fcb9e0d27b0428e5538098e8189bea2a628e24 (diff)
Core/Battlefield: Fix the invisible wall at the end of wintergrasp Closes #9422
DB/Strings: fix the error messages from the spirit guides Author Nastrand #9035
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_04_03_01_world_trinity_string.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_03_01_world_trinity_string.sql b/sql/updates/world/2013_04_03_01_world_trinity_string.sql
new file mode 100644
index 00000000000..63a29a53d71
--- /dev/null
+++ b/sql/updates/world/2013_04_03_01_world_trinity_string.sql
@@ -0,0 +1,11 @@
+-- Add Trinity String for Spirit Guide and wintergrasp battle mage
+DELETE FROM `trinity_string` WHERE `entry` IN (20071,20072,20074,20073,20070,20075,20076,20077);
+INSERT INTO `trinity_string`(`entry`,`content_default`) VALUES
+(20071, 'Guide me to the Sunken Ring Graveyard.'),
+(20072, 'Guide me to the Broken Temple Graveyard.'),
+(20074, 'Guide me to the Eastspark Graveyard.'),
+(20073, 'Guide me to the Westspark Graveyard.'),
+(20070, 'Guide me to the Fortress Graveyard.'),
+(20075, 'Guide me back to the Horde landing camp.'),
+(20076, 'Guide me back to the Alliance landing camp.'),
+(20077, 'Queue for Wintergrasp.'); \ No newline at end of file