diff options
author | Blaymoira <none@none> | 2009-03-06 20:13:00 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-06 20:13:00 +0100 |
commit | ba05670747d7f5cc91ce4e623f2b89ba60e8081e (patch) | |
tree | c9bca9f7c2aac25af8705789da41d4f532e012be | |
parent | fd2fd00c14953c1b787a506c56c6413903fa90bc (diff) |
*Fix sql file for latest rev
--HG--
branch : trunk
-rw-r--r-- | sql/updates/1160_world.sql (renamed from sql/updates/1156_world.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1156_world.sql b/sql/updates/1160_world.sql index 5c7fb0259ca..bf959443065 100644 --- a/sql/updates/1156_world.sql +++ b/sql/updates/1160_world.sql @@ -138,4 +138,4 @@ UPDATE `instance_template` SET `access_id` = '48' WHERE `map` = '565'; UPDATE `instance_template` SET `access_id` = '49' WHERE `map` = '568'; UPDATE `instance_template` SET `access_id` = '50' WHERE `map` = '580'; UPDATE `instance_template` SET `access_id` = '51' WHERE `map` = '585'; -UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354');
\ No newline at end of file +UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354'); |