diff options
-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'); |