diff options
author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-09 13:24:37 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 16:30:02 +0100 |
commit | 0f55e07330553523f16f722a801228f31142bd81 (patch) | |
tree | ab4d0de7397787fb27ae9de8f1dcde685a196c37 | |
parent | 423ce27706043e200731dc9f1bb78ab2a89536ae (diff) |
DB/Item: Onslaught Gryphon Reins drop rate
Closes #22852
(cherry picked from commit 982b0d522564b0e768744f63c269025a1b60f9b2)
-rw-r--r-- | sql/updates/world/master/2021_11_16_38_world_2018_12_09_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_38_world_2018_12_09_02_world.sql b/sql/updates/world/master/2021_11_16_38_world_2018_12_09_02_world.sql new file mode 100644 index 00000000000..e16244f16db --- /dev/null +++ b/sql/updates/world/master/2021_11_16_38_world_2018_12_09_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `item` = 40970; |