diff options
| author | Malcrom <malcromdev@gmail.com> | 2011-02-08 18:54:18 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-02-08 18:54:18 +0100 |
| commit | 8bcd2981037d1d2c71a4b2bc1c7152507fe0eca2 (patch) | |
| tree | bf70a7529fa32593ac7aac8dad43d7c671667d3e /sql | |
| parent | 86ccea7268b9686c9deb1d4c717bf7f0c7f94d0f (diff) | |
DB/Scripts: Remove obsolete waypoint scripts, fixes related startup errors
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_02_08_2_world_waypoint_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_08_2_world_waypoint_scripts.sql b/sql/updates/world/2011_02_08_2_world_waypoint_scripts.sql new file mode 100644 index 00000000000..485380af928 --- /dev/null +++ b/sql/updates/world/2011_02_08_2_world_waypoint_scripts.sql @@ -0,0 +1,2 @@ +-- Remove obsolete waypoint scripts +DELETE FROM `waypoint_scripts` WHERE `id` IN (448,450); |
