diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 01:31:48 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 16:24:37 +0100 |
| commit | 030900d1f63b281acafa644a74cc4c3153e6bc1f (patch) | |
| tree | 5504aa6af200b0681df523e7cb6add627d9cc10b | |
| parent | 66f0e33dc0bca63dd62a0e275b3bbe66e8d63d9a (diff) | |
DB/Loot: Tailoring's bolts should not drop from any creature
(cherry picked from commit 8e721e1965861e3b823408b116db3d8a4bf67410)
| -rw-r--r-- | sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql b/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql new file mode 100644 index 00000000000..57ff1fd9cca --- /dev/null +++ b/sql/updates/world/master/2017_02_05_04_world_2016_07_10_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (2996, 2997, 4305, 4339, 14048); |
