diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-01 18:38:16 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-05-01 18:38:16 +0100 |
commit | 706abc95fbdd2776fe28262d557b731978cc19ee (patch) | |
tree | 1e71cb276d9004bd297e3fb579e23ec7bfe12d0f | |
parent | 447efcb4f99628b2c1dc123f26aea088a647648b (diff) |
DB/Text: Corki's Gone Missing Again!
By @ Killyana
Closes #6281
-rw-r--r-- | sql/updates/world/2015_05_01_07_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_01_07_world.sql b/sql/updates/world/2015_05_01_07_world.sql new file mode 100644 index 00000000000..ac088727f79 --- /dev/null +++ b/sql/updates/world/2015_05_01_07_world.sql @@ -0,0 +1 @@ +UPDATE `creature_text` SET `text`= "This is the last time I get caught! I promise! Bye!", `BroadcastTextId`=15308, `Language`=0 WHERE `entry`=20812; |