diff options
author | Aristoo <Aristoo@trinitycore.contrib> | 2011-08-07 11:51:37 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-08-07 11:51:37 +0200 |
commit | 8608a5bc11db0a397a6134d43060d5695e7f5f8c (patch) | |
tree | 9e637bc7e190804fbc72676f6e48ae96fcfa8dc6 | |
parent | a723588aa3d8174ccb29f51bfe8a53b9d612b4a9 (diff) |
DB/Loot: Add missing item to Champion's Cache
Commit: fixed wrong file-extension from previous commit
-rw-r--r-- | sql/updates/world/2011_08_07_00_world_gameobject_loot_template.sql (renamed from sql/updates/world/2011_08_07_00_world_gameobject_loot_template.txt) | 0 | ||||
-rw-r--r-- | sql/updates/world/2011_08_07_01_world_reference_loot_template.sql | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_07_00_world_gameobject_loot_template.txt b/sql/updates/world/2011_08_07_00_world_gameobject_loot_template.sql index 71530b6933a..71530b6933a 100644 --- a/sql/updates/world/2011_08_07_00_world_gameobject_loot_template.txt +++ b/sql/updates/world/2011_08_07_00_world_gameobject_loot_template.sql diff --git a/sql/updates/world/2011_08_07_01_world_reference_loot_template.sql b/sql/updates/world/2011_08_07_01_world_reference_loot_template.sql new file mode 100644 index 00000000000..4b48fff1143 --- /dev/null +++ b/sql/updates/world/2011_08_07_01_world_reference_loot_template.sql @@ -0,0 +1,5 @@ +-- Dual-Blade Butcher loot fix +DELETE FROM `reference_loot_template` WHERE `item` IN (47285,47446); +INSERT INTO `reference_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(34332,47285,0,1,1,1,1), -- normal +(34346,47446,0,1,1,1,1); -- heroic |