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:
parent
f5524677e1
commit
7862e3845f
1 changed files with 9 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue