mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
DB/Teleport: Add 'Stormshield' Teleportlocation
This commit is contained in:
4
sql/updates/world/2015_07_18_00_world.sql
Normal file
4
sql/updates/world/2015_07_18_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- game_tele stormshield
|
||||
DELETE FROM `game_tele` WHERE `id`=1001;
|
||||
INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES
|
||||
(1001, 3714.25, -3882.764, 30.79339, 2.1135, 1116, 'Stormshield');
|
||||
Reference in New Issue
Block a user