Add (DB/Misc): Add OldScarletMonastery (#10216)

Cherry picked by TC Issue https://github.com/TrinityCore/TrinityCore/issues/27626 by @anzz1
This commit is contained in:
acidmanifesto
2022-01-17 15:39:27 -05:00
committed by GitHub
parent f5524677e1
commit 7862e3845f

View File

@@ -0,0 +1,9 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642438429439298217');
-- add mapID 44 as valid instance
DELETE FROM `instance_template` WHERE `map`=44;
INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES (44, 0, '', 0);
-- add teleport location OldScarletMonastery
DELETE FROM `game_tele` WHERE `id`=1491;
INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES (1491, 79, -1, 18.6778, 0, 44, 'OldScarletMonastery');