mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Misc: Instance template for Hellfire Citadel
Closes #17114 by Ulduar
This commit is contained in:
4
sql/updates/world/6.x/2016_06_05_03_world.sql
Normal file
4
sql/updates/world/6.x/2016_06_05_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `instance_template` WHERE `map` = 1448;
|
||||
INSERT INTO `instance_template` (`map`, `parent`, `allowMount`) VALUES
|
||||
(1448, 1116, 1);
|
||||
Reference in New Issue
Block a user