mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB: Add teleportlocations for the following locations: The Frozen Halls, The Shadow Vault, Chamber Of Aspects (thanks to Aokromes)
This commit is contained in:
7
sql/updates/world/2011_07_02_01_world_game_tele.sql
Normal file
7
sql/updates/world/2011_07_02_01_world_game_tele.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- GAME_TELE: Some missing areas
|
||||
SET @id := 1419;
|
||||
DELETE FROM `game_tele` WHERE `id` IN(@id,@id+1,@id+2)
|
||||
INSERT INTO `game_tele` (`id`,`position_x`,`position_y`,`position_z`,`orientation`,`map`,`name`) VALUES
|
||||
(@id,5690.97,2141.074,798.0541,4.4344,571, 'TheFrozenHalls'),
|
||||
(@id+1,8427.875,2706.33,655.095,5.743,571, 'TheShadowVault'),
|
||||
(@id+2,3641.45,282.75,-120.145,3.325,571, 'ChamberOfAspects');
|
||||
Reference in New Issue
Block a user