diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 10:18:17 +0100 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2023-12-22 10:18:17 +0100 |
| commit | 575a37a703028f413572907f591a9a7fad6fc734 (patch) | |
| tree | 8189e7f959fd019752e0f146ef1d2a0428fd4b70 /sql/updates | |
| parent | 16b7c3cca9a17f06f3f78e5a18afe4653983ccac (diff) | |
Scripts/Dragon Soul: added base instance script and definitions
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_12_22_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_12_22_01_world.sql b/sql/updates/world/master/2023_12_22_01_world.sql new file mode 100644 index 00000000000..a37b5ca8d00 --- /dev/null +++ b/sql/updates/world/master/2023_12_22_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `instance_template` WHERE `map`= 967; +INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES +(967, 1, 'instance_dragon_soul'); |
