aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-08-09 19:04:57 +0100
committerGitHub <noreply@github.com>2016-08-09 19:04:57 +0100
commit53b598c6c79c529a085c7593868e23315e2ae6bc (patch)
treef0c5894724b03e38f1318cb5b16728ba5c8b50bd
parentac35f93c2d6d5436054be474da06c9483e311c36 (diff)
DB/Loot: Toc Recipes
Set it so that both horde and alliance have equal chance of getting a recipe drop in Trial of the Crusader rather than chance been 1% for horde and 6% for alliance.
-rw-r--r--sql/updates/world/3.3.5/2016_08_08_01_world335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_08_01_world335.sql b/sql/updates/world/3.3.5/2016_08_08_01_world335.sql
new file mode 100644
index 00000000000..a674dff8dbe
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_08_01_world335.sql
@@ -0,0 +1,2 @@
+UPDATE `creature_loot_template` Set `Chance`=1 where `Reference` in(34333,34347,34326,34340);
+UPDATE `gameobject_loot_template` Set `Chance`=1 where `Reference` in(34333,34347,34326,34340);