mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Errors: Fix a db startup error
This commit is contained in:
4
sql/updates/world/2013_07_14_00_world_errors.sql
Normal file
4
sql/updates/world/2013_07_14_00_world_errors.sql
Normal 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;
|
||||
Reference in New Issue
Block a user