DB/Teleport: Add 'Stormshield' Teleportlocation

This commit is contained in:
Rushor
2015-07-18 13:01:27 +02:00
parent f45ae7af43
commit 1083c0efd9

View 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');