From 53b598c6c79c529a085c7593868e23315e2ae6bc Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 9 Aug 2016 19:04:57 +0100 Subject: 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. --- sql/updates/world/3.3.5/2016_08_08_01_world335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_08_01_world335.sql (limited to 'sql/updates') 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); -- cgit v1.2.3