aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2014-01-23 11:28:30 +0100
committerAokromes <jipr@hotmail.com>2014-01-23 11:28:30 +0100
commit3871421d5a92fe8c84581a104a7a8b75b3dae881 (patch)
treeb41a9383a38636b76a5cf665bbb2e9e81f374653
parente619ec267d975b2a2d87f71b33bc5a3d5b20c7fa (diff)
DB/Loot:Icetouched Earthrager
Remove Incorrectly dropping mote of earth, by dr-j closes #11216
-rw-r--r--sql/updates/world/2014_01_23_10_creature_loot_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_23_10_creature_loot_template.sql b/sql/updates/world/2014_01_23_10_creature_loot_template.sql
new file mode 100644
index 00000000000..f15bf25e5a8
--- /dev/null
+++ b/sql/updates/world/2014_01_23_10_creature_loot_template.sql
@@ -0,0 +1,2 @@
+-- Delete mote of earth from loot of Icetouched Earthrager
+DELETE FROM `creature_loot_template` WHERE `entry`=29436 AND `item`=22573;