diff options
author | Shocker <shocker@freakz.ro> | 2013-01-24 06:32:47 +0200 |
---|---|---|
committer | Shocker <shocker@freakz.ro> | 2013-01-24 06:32:47 +0200 |
commit | d323831783f9a8cb26b65603e1152d02d901a6d8 (patch) | |
tree | 531662f49ba56be72151416da7e098be6ed5e4b4 | |
parent | 2169c644b9a5b768d2291061f5bb2276d426b6e1 (diff) |
DB/Scripts: Missing change for 93c7f975b12641f2b36230c6c1eb711c1661b861
-rw-r--r-- | sql/updates/world/2013_01_24_00_world_instance_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_24_00_world_instance_template.sql b/sql/updates/world/2013_01_24_00_world_instance_template.sql new file mode 100644 index 00000000000..23a0ffb04b8 --- /dev/null +++ b/sql/updates/world/2013_01_24_00_world_instance_template.sql @@ -0,0 +1 @@ +UPDATE `instance_template` SET `script`='instance_baradin_hold' WHERE `map`=757; |