aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2023-12-22 12:21:19 +0100
committerOvahlord <dreadkiller@gmx.de>2023-12-22 12:22:19 +0100
commitcb5eb983b0dfd98a8d5cd0a14d3f3a2204d770ca (patch)
treeda4897e8d1059f69fe52d01f006dbac9d7196875 /sql
parent12f6ac21d927bac39e4cc0ee8d85eb68c28ddd7d (diff)
Scripts/Grim Batol: added base instance script and definitions
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_12_22_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_04_world.sql b/sql/updates/world/master/2023_12_22_04_world.sql
new file mode 100644
index 00000000000..a24c6782b20
--- /dev/null
+++ b/sql/updates/world/master/2023_12_22_04_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `instance_template` WHERE `map`= 670;
+INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
+(670, 0, 'instance_grim_batol');