From 3871421d5a92fe8c84581a104a7a8b75b3dae881 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 23 Jan 2014 11:28:30 +0100 Subject: [PATCH] DB/Loot:Icetouched Earthrager Remove Incorrectly dropping mote of earth, by dr-j closes #11216 --- sql/updates/world/2014_01_23_10_creature_loot_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_01_23_10_creature_loot_template.sql 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 0000000000..f15bf25e5a --- /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;