mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Grim Batol: added base instance script and definitions
This commit is contained in:
3
sql/updates/world/master/2023_12_22_04_world.sql
Normal file
3
sql/updates/world/master/2023_12_22_04_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `instance_template` WHERE `map`= 670;
|
||||
INSERT INTO `instance_template` (`map`, `parent`, `script`) VALUES
|
||||
(670, 0, 'instance_grim_batol');
|
||||
Reference in New Issue
Block a user