diff options
| author | Exodius <nickey_c_q@yahoo.co.uk> | 2012-08-01 18:38:43 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-01 18:38:43 +0100 |
| commit | e655bf6e1d9f212eb652275512713dece0a927f5 (patch) | |
| tree | fd37f2f6451a436e59e87e358b7f27e9f02633bd | |
| parent | a14b89c0f36c174a48199ec936277205b561fc15 (diff) | |
DB/Loot: Add missing loot item, fixes quest zeth'gor must burn
Closes #7237
Signed-off-by: Nay <dnpd.dd@gmail.com>
| -rw-r--r-- | sql/updates/world/2012_08_01_02_world_loot.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_01_02_world_loot.sql b/sql/updates/world/2012_08_01_02_world_loot.sql new file mode 100644 index 00000000000..a27bd274acf --- /dev/null +++ b/sql/updates/world/2012_08_01_02_world_loot.sql @@ -0,0 +1,4 @@ +-- Add quest item "Bleeding Hollow Torch" to "Bleeding Hollow Peon" loot template +DELETE FROM `creature_loot_template` WHERE `entry`=16907 and `item`=31347; +INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES +(16907,31347,-50,1,0,1,1); |
