diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-07-16 23:15:55 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-07-16 23:15:55 +0200 |
| commit | 0ec84cc446295bc4fb2651735bd988385956d7c1 (patch) | |
| tree | 7c30a7a5afbbe87e2c92ee87ffd6d7e1f4471458 | |
| parent | fcb57d6373ce80a35ae431dbcd646c4f61077e68 (diff) | |
DB/Loot: Manually set %chance for core isnt handling as expected
Closes #7107
| -rw-r--r-- | sql/updates/world/2012_07_16_01_world_reference_loot_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
