diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-07-17 19:14:13 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-07-17 19:14:13 +0200 |
| commit | b8e52fd90bdab6e720d13e44c64483945e139fa2 (patch) | |
| tree | 23217ab42d5d99f6042fd7bc22fafc3a242d2dfb /sql | |
| parent | 87b0a193049c23356b449b48dda1d56262d9c0af (diff) | |
Core/Maps: Made instance_template no longer required to create and enter instance maps
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_07_17_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_07_17_03_world.sql b/sql/updates/world/master/2022_07_17_03_world.sql new file mode 100644 index 00000000000..f59e4fd67e3 --- /dev/null +++ b/sql/updates/world/master/2022_07_17_03_world.sql @@ -0,0 +1 @@ +DELETE FROM `instance_template` WHERE `Parent`=0 AND `script`=''; |
