diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-07-10 01:31:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-10 01:31:48 +0200 |
| commit | 8e721e1965861e3b823408b116db3d8a4bf67410 (patch) | |
| tree | b2abffa88fa0b274b2b8aaa8ec2d93773410300a | |
| parent | 66c8bae7be1b4af0abd496cc474161318240a4f3 (diff) | |
DB/Loot: Tailoring's bolts should not drop from any creature
| -rw-r--r-- | sql/updates/world/3.3.5/2016_07_10_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_10_02_world.sql b/sql/updates/world/3.3.5/2016_07_10_02_world.sql new file mode 100644 index 00000000000..57ff1fd9cca --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_10_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` IN (2996, 2997, 4305, 4339, 14048); |
