diff options
author | durotar <durotar@trinitycore.contrib> | 2012-07-22 02:34:17 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-07-22 02:34:17 +0100 |
commit | 63555231a9c0e0c03bdf308c64c2c88ec80b3d1d (patch) | |
tree | eafd3635867a0ab1ddd2a68e95c448481df18f3a | |
parent | 6c65ab88569cbc613b150dc9c1f77ae9ea1812f1 (diff) |
DB/Scripts: Fix a text in Trial of the Crusader, Twin Valkyrs
Closes #7055
Signed-off-by: Nay <dnpd.dd@gmail.com>
-rw-r--r-- | sql/updates/world/2012_07_22_05_world_script_texts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |