diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 11:57:43 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-01-03 11:57:43 +0100 |
commit | afc21ccf29dfdf27176bf593907278ed547d6af0 (patch) | |
tree | 242d8228682e8ec8495c618fb0637096df160355 | |
parent | abcc6c5fd8d25c981c5bf76c5cd10b69008e1d43 (diff) |
DB/Misc: remove the scripts!
-rw-r--r-- | sql/updates/world/2013_01_03_08_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_03_08_world_misc.sql b/sql/updates/world/2013_01_03_08_world_misc.sql new file mode 100644 index 00000000000..816b4b4dcf6 --- /dev/null +++ b/sql/updates/world/2013_01_03_08_world_misc.sql @@ -0,0 +1,2 @@ +-- remove the leverscript not non-existing doorscripts! +DELETE FROM `gameobject_scripts` WHERE `id` IN (26206,26197); |