diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 12:08:25 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 12:08:25 +0100 |
| commit | e8a922356678b2fddd90683c864fcd919a21781f (patch) | |
| tree | 3e24203dc8d461d2db1455c1cd65fba99f0f8522 /sql/updates | |
| parent | ddcaaa61a569aa6185603bd7b2614bfa72dfd612 (diff) | |
Scripts/Throne of the Tides: added base instance script and definitions
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_12_22_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_03_world.sql b/sql/updates/world/master/2023_12_22_03_world.sql new file mode 100644 index 00000000000..0733615937a --- /dev/null +++ b/sql/updates/world/master/2023_12_22_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `instance_template` WHERE `map`= 643; +INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES +(643, 0, 'instance_throne_of_the_tides'); |
