diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-09 23:03:01 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-09 23:03:01 +0100 |
commit | c88b3065a92999aca48bd7d86618de3402d46eab (patch) | |
tree | 41506de21c5dc1807248baf3d6525d7316dd77c2 | |
parent | 4261528c9c6d4f38d7e00d32f0d4e268ad605d6f (diff) |
SQL: Fix Startup errors
-rw-r--r-- | sql/updates/world/2012_12_09_01_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_09_01_world_misc.sql b/sql/updates/world/2012_12_09_01_world_misc.sql new file mode 100644 index 00000000000..7c8bdfbb1c5 --- /dev/null +++ b/sql/updates/world/2012_12_09_01_world_misc.sql @@ -0,0 +1,2 @@ +DELETE FROM `db_script_string` WHERE `entry` IN (2000000105,2000000106,2000000138); +DELETE FROM `quest_end_scripts` WHERE `id`=771; |