DB/Teleport: Add 'Stormshield' Teleportlocation
This commit is contained in:
@@ -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