From 74468e6d51143c01780fca224bb654d5818b8ee6 Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 27 Jun 2021 23:48:03 +0300 Subject: DB/Loot: Update chance of Shards of Ahune Closes #26641 --- sql/updates/world/3.3.5/2021_06_27_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_06_27_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_06_27_05_world.sql b/sql/updates/world/3.3.5/2021_06_27_05_world.sql new file mode 100644 index 00000000000..e52c33269f0 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_06_27_05_world.sql @@ -0,0 +1,2 @@ +-- Shards of Ahune should drop always +UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE `Item` = 35723 AND `Reference` = 0; -- cgit v1.2.3