aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-07-19 16:13:50 +0200
committerShauren <shauren.trinity@gmail.com>2012-07-19 16:13:50 +0200
commit46035f21147a9c194259eab06b9bb71842c5ec84 (patch)
tree48dd543ca1dbb9aba9bb8b23d3da5e52d606e082 /sql
parente732b964197e18d73ac9b823f4afc0ab534a6d48 (diff)
parent2cdb37de613d4b0d20b9e3e6af7f2e26b339acdc (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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;