diff options
author | Rushor <PBienati@web.de> | 2015-07-18 13:01:27 +0200 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2015-07-18 13:01:27 +0200 |
commit | 1083c0efd9384a0f2e8a079c2691e2a759b2714f (patch) | |
tree | b96386a27ede03e5220ba3b8eacd612d69158389 | |
parent | f45ae7af431402e6d9e4aff488a4cc64b9dfffd3 (diff) |
DB/Teleport: Add 'Stormshield' Teleportlocation
-rw-r--r-- | sql/updates/world/2015_07_18_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_18_00_world.sql b/sql/updates/world/2015_07_18_00_world.sql new file mode 100644 index 00000000000..a32519c88ee --- /dev/null +++ b/sql/updates/world/2015_07_18_00_world.sql @@ -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'); |