diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 00:50:40 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 16:21:15 +0100 |
| commit | 9d0a8c940a78f8a8d3b14b0c1ed3063d97a64db5 (patch) | |
| tree | 9dc9610efbcfb5b9a6d75a90d8e21958d501472c | |
| parent | 7081201c91609f90633af350437c40c13aeb4581 (diff) | |
DB/Loot: those items should only be dropped by gameobjects
Items 'Silithid Egg', 'Lorgalis Manuscript', 'Broken Tears' AND 'Spotted Hippogryph Down' should not be dropped by creatures
(cherry picked from commit a1a7bca18194842690c267418c140ee25af9d6f0)
| -rw-r--r-- | sql/updates/world/master/2017_02_05_02_world_2016_07_10_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_02_world_2016_07_10_00_world.sql b/sql/updates/world/master/2017_02_05_02_world_2016_07_10_00_world.sql new file mode 100644 index 00000000000..06f6e89de2d --- /dev/null +++ b/sql/updates/world/master/2017_02_05_02_world_2016_07_10_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (5058, 5359, 6083, 33348); +UPDATE `creature_template` SET `lootid`=0 WHERE `entry`=4661; |
