diff options
author | Killyana <morphone1@gmail.com> | 2016-05-31 18:50:16 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-05-31 18:50:16 +0200 |
commit | d455b77a514043ef2d19a7f2d0683ec512aa6177 (patch) | |
tree | e4c8c82ee7cd0f8e6bee7d950a6add6df75d1db1 | |
parent | 37d01859c2e4be1509b130fed7a50518970eda3f (diff) |
DB/Loot: item "Primed Key Mold" should not be droppable by any NPC
Closes #17224
By SnapperRy
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_31_10_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_31_10_world.sql b/sql/updates/world/3.3.5/2016_05_31_10_world.sql new file mode 100644 index 00000000000..e7536b3a51a --- /dev/null +++ b/sql/updates/world/3.3.5/2016_05_31_10_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item`=31245; |