mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user