DB/Errors: Fix a db startup error

This commit is contained in:
Nay
2013-07-14 14:46:03 +01:00
parent d6f3460796
commit bedb2e56e2

View File

@@ -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;