diff options
| author | offl <offl@users.noreply.github.com> | 2021-06-27 23:48:03 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-06-27 23:48:03 +0300 |
| commit | 74468e6d51143c01780fca224bb654d5818b8ee6 (patch) | |
| tree | 54fb7ad301264263088b7a787374b1ad2e5b6ce6 | |
| parent | 9519f4b6bbf2f45ea921a804012ca661204b0133 (diff) | |
DB/Loot: Update chance of Shards of Ahune
Closes #26641
| -rw-r--r-- | sql/updates/world/3.3.5/2021_06_27_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
