diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-08-06 22:28:08 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-08-06 22:28:08 +0200 |
| commit | 7187b1e88921fe92c03c8e2f944a669c2f9be3bf (patch) | |
| tree | 83dd7863b988e6f176fb1ddd2548c3da6c1927a6 | |
| parent | 156d491c2771fcff1ff2940ff5f90b1c7f4df867 (diff) | |
DB/Misc: Cleanup startup errors intruduced by ICC loot fix
| -rw-r--r-- | sql/updates/world/2011_08_06_02_world_misc.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_06_02_world_misc.sql b/sql/updates/world/2011_08_06_02_world_misc.sql new file mode 100644 index 00000000000..9479a6824f2 --- /dev/null +++ b/sql/updates/world/2011_08_06_02_world_misc.sql @@ -0,0 +1,2 @@ +-- kill startup errors introduced in 2011_08_06_00 +DELETE FROM `creature_loot_template` WHERE `entry` IN ( 37655,38031,38057,38058,38059,38062,38063,38072,38073,38074,38075,38076,38098,38099,38100,38101,38102,38108,38197,38198,38258,38418,38445,38446,38479,38480,38481); |
