mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
Scripts/Vortex Pinnacle: added base instance script and definitions
This commit is contained in:
3
sql/updates/world/master/2023_12-22_07_world.sql
Normal file
3
sql/updates/world/master/2023_12-22_07_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `instance_template` WHERE `map`= 657;
|
||||
INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
|
||||
(657, 1, 'instance_vortex_pinnacle');
|
||||
Reference in New Issue
Block a user