mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Misc: Add OldScarletMonastery game_tele and mark mapID 44 as valid
Closes #27626
This commit is contained in:
9
sql/updates/world/3.3.5/2022_01_20_01_world.sql
Normal file
9
sql/updates/world/3.3.5/2022_01_20_01_world.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- 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 `name`='OldScarletMonastery';
|
||||
INSERT INTO `game_tele` (`position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES
|
||||
(79,-1,18.6778,0,44,'OldScarletMonastery');
|
||||
Reference in New Issue
Block a user