From 63555231a9c0e0c03bdf308c64c2c88ec80b3d1d Mon Sep 17 00:00:00 2001 From: durotar Date: Sun, 22 Jul 2012 02:34:17 +0100 Subject: DB/Scripts: Fix a text in Trial of the Crusader, Twin Valkyrs Closes #7055 Signed-off-by: Nay --- sql/updates/world/2012_07_22_05_world_script_texts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_07_22_05_world_script_texts.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_07_22_05_world_script_texts.sql b/sql/updates/world/2012_07_22_05_world_script_texts.sql new file mode 100644 index 00000000000..2ecb1b8f130 --- /dev/null +++ b/sql/updates/world/2012_07_22_05_world_script_texts.sql @@ -0,0 +1,2 @@ +-- Fixing wrong text in Trial of the Crusader, Twin Valkyrs +UPDATE `script_texts` SET `content_default`='%s begins to read the spell Twin''s Pact!' WHERE `entry`=-1649043; -- cgit v1.2.3