aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_12_28_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_28_03_world.sql b/sql/updates/world/2014_12_28_03_world.sql
new file mode 100644
index 00000000000..bc44ddd1cd1
--- /dev/null
+++ b/sql/updates/world/2014_12_28_03_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `creature` WHERE `id`=19461;
+DELETE FROM `script_waypoint` WHERE `entry`=17077 AND `pointid` IN (51, 52);
+INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) VALUES
+(17077, 51, 519.146, 3886.7, 190.128, 10000, 'RYGA_WALK'),
+(17077, 52, 519.146, 3886.7, 190.128, 1000, 'RYGA_RETURN');