aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_07_14_00_world_errors.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_14_00_world_errors.sql b/sql/updates/world/2013_07_14_00_world_errors.sql
new file mode 100644
index 00000000000..f6ce6c2c0aa
--- /dev/null
+++ b/sql/updates/world/2013_07_14_00_world_errors.sql
@@ -0,0 +1,4 @@
+-- Fix "There is no waypoint which links to the waypoint script 332"
+
+DELETE FROM `waypoint_scripts` WHERE `id`=332;
+DELETE FROM `db_script_string` WHERE `entry`=2000005146;