aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-06-27 23:48:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-11 13:53:31 +0100
commitd4005fd56a254c1a5bfa3403844036148b924567 (patch)
treeebaf9e1a2a1430e71c0f7b40a61113ca973448cc
parent218ebae123e9b8b312eeecf4f69838f823e089a9 (diff)
DB/Loot: Update chance of Shards of Ahune
Closes #26641 (cherry picked from commit 74468e6d51143c01780fca224bb654d5818b8ee6)
-rw-r--r--sql/updates/world/master/2022_03_11_15_world_2021_06_27_05_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_15_world_2021_06_27_05_world.sql b/sql/updates/world/master/2022_03_11_15_world_2021_06_27_05_world.sql
new file mode 100644
index 00000000000..e52c33269f0
--- /dev/null
+++ b/sql/updates/world/master/2022_03_11_15_world_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;