aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-01-05 12:31:41 +0100
committerKillyana <morphone1@gmail.com>2017-01-05 12:31:41 +0100
commit799358b28838be47df59e25d7947ef8007ec3159 (patch)
tree2af5660ebbc4827e3ba4cb19f620a9e3ee6987cc /sql
parenta5fe854778f92cf0313ca14fcd8643deed7dc63e (diff)
DB/Loot: Ragesteel Helm Should Only Drop From Anger Guards
Closes #18747 By Rushor
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_01_05_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_05_03_world.sql b/sql/updates/world/3.3.5/2017_01_05_03_world.sql
new file mode 100644
index 00000000000..fcb06238938
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_01_05_03_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `creature_Loot_template` WHERE `item` = 23612 AND `entry` IN (21060,21061);