diff options
| author | Aokromes <jipr@hotmail.com> | 2014-01-23 11:28:30 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2014-01-23 11:28:30 +0100 |
| commit | 3871421d5a92fe8c84581a104a7a8b75b3dae881 (patch) | |
| tree | b41a9383a38636b76a5cf665bbb2e9e81f374653 | |
| parent | e619ec267d975b2a2d87f71b33bc5a3d5b20c7fa (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.sql | 2 |
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; |
