aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_03_10_3_world_creature_loot_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_10_3_world_creature_loot_template.sql b/sql/updates/world/2011_03_10_3_world_creature_loot_template.sql
new file mode 100644
index 00000000000..73aeb530380
--- /dev/null
+++ b/sql/updates/world/2011_03_10_3_world_creature_loot_template.sql
@@ -0,0 +1,2 @@
+-- Use correct item for Tharon'ja quest item drop (Prophet's Enchanted Tiki)
+UPDATE `creature_loot_template` SET `item`=43670 WHERE `entry`=31360 AND `item`=13249;