diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-15 11:56:34 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-15 11:56:34 +0100 |
| commit | 7c55c4422c0bf2effb0d7c7a3d029b497469d790 (patch) | |
| tree | 6286d6d07f5db022ca61aa3f4f5cf207d6a3e9c7 | |
| parent | 894c27af520eb550764d4cacd2b43e87fd100597 (diff) | |
DB/Loot: duplicate reference loot removal
| -rw-r--r-- | sql/updates/world/2012_01_15_00_world_loot_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_15_00_world_loot_template.sql b/sql/updates/world/2012_01_15_00_world_loot_template.sql new file mode 100644 index 00000000000..af61833536d --- /dev/null +++ b/sql/updates/world/2012_01_15_00_world_loot_template.sql @@ -0,0 +1,5 @@ +UPDATE `creature_loot_template` SET `mincountOrRef`=-10001 WHERE `mincountOrRef`=-24725; +UPDATE `gameobject_loot_template` SET `mincountOrRef`=-10001 WHERE `mincountOrRef`=-24725; +UPDATE `item_loot_template` SET `mincountOrRef`=-10001 WHERE `mincountOrRef`=-24725; + +DELETE FROM `reference_loot_template` WHERE `entry`=24725; |
