aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-02 19:22:32 +0200
committerGitHub <noreply@github.com>2016-10-02 19:22:32 +0200
commit64ab5779e1d83f275d7aca9891cafa73bfc4f02c (patch)
tree788ae38bd83303b34929d116078570161d6bd733
parent2a8669d77d07e3e38f592992bf7dc5b1f508ac25 (diff)
DB/Loot: remove some wrong items from gameobject and creature loot.
Affected items: Green Linen Shirt, Iron Pommel, Mood Ring, Miniscule Diamond Ring, Cubic Zirconia Ring and Silver Piffeny Band.
-rw-r--r--sql/updates/world/3.3.5/2016_10_02_08_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_02_08_world.sql b/sql/updates/world/3.3.5/2016_10_02_08_world.sql
new file mode 100644
index 00000000000..6a7010eefc7
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_02_08_world.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `creature_loot_template` WHERE `Item` IN (2579, 5519);
+DELETE FROM `gameobject_loot_template` WHERE `Item` IN (7338, 7339, 7341, 7342);