aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_07_16_00_world_creature_template.sql2
-rw-r--r--sql/updates/world/2012_07_16_01_world_reference_loot_template.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_07_16_00_world_creature_template.sql b/sql/updates/world/2012_07_16_00_world_creature_template.sql
new file mode 100644
index 00000000000..7ce7c546592
--- /dev/null
+++ b/sql/updates/world/2012_07_16_00_world_creature_template.sql
@@ -0,0 +1,2 @@
+-- Fix the damage for Wretched mobs in Magisters' Terrace
+UPDATE `creature_template` SET `dmg_multiplier`=0.6 WHERE `entry` IN (24688, 24689, 24690);
diff --git a/sql/updates/world/2012_07_16_01_world_reference_loot_template.sql b/sql/updates/world/2012_07_16_01_world_reference_loot_template.sql
new file mode 100644
index 00000000000..e56dff3b0ea
--- /dev/null
+++ b/sql/updates/world/2012_07_16_01_world_reference_loot_template.sql
@@ -0,0 +1,2 @@
+-- manually set the reference% for core doesnt understand how to deal with grouped references (lame)
+UPDATE `reference_loot_template` SET `ChanceOrQuestChance`=8.33333333 WHERE `entry`=34053 AND `item`=1;