diff options
author | WishToDie <w1sht0l1v3@gmail.com> | 2013-08-18 00:05:02 +0300 |
---|---|---|
committer | WishToDie <w1sht0l1v3@gmail.com> | 2013-08-18 00:05:02 +0300 |
commit | 6a7ac8cef914c833d77d9aaf760f2754b9af276f (patch) | |
tree | 21feb579aa257ee6b5ec0edad0ebab12f8362d57 | |
parent | 1ad954e215faa04784806a01774a70900439e952 (diff) |
Fix typo in commit 7c7f19228e7a562f225c717215fd34dfcaf5b35a
-rw-r--r-- | sql/updates/world/2013_08_17_03_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_08_17_03_world_misc.sql b/sql/updates/world/2013_08_17_03_world_misc.sql index 649c40efdfc..31bc3d9dd34 100644 --- a/sql/updates/world/2013_08_17_03_world_misc.sql +++ b/sql/updates/world/2013_08_17_03_world_misc.sql @@ -1,2 +1,2 @@ -UPDATE `instance_template` SET `script`='instance_underbog' WHERE `map`=546; +UPDATE `instance_template` SET `script`='instance_the_underbog' WHERE `map`=546; UPDATE `instance_template` SET `script`='instance_the_slave_pens' WHERE `map`=547; |