diff options
| author | PolarCookie <PolarCookie@users.noreply.github.com> | 2018-12-09 13:24:37 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-12-09 13:24:37 +0100 |
| commit | 982b0d522564b0e768744f63c269025a1b60f9b2 (patch) | |
| tree | d8a9e49a2b3b4dc1a5d6d5691ab8240903a19774 | |
| parent | 271dd09eb0800f6cf685eb11f3c287a67f354cc5 (diff) | |
DB/Item: Onslaught Gryphon Reins drop rate
Closes #22852
| -rw-r--r-- | sql/updates/world/3.3.5/2018_12_09_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_09_02_world.sql b/sql/updates/world/3.3.5/2018_12_09_02_world.sql new file mode 100644 index 00000000000..e16244f16db --- /dev/null +++ b/sql/updates/world/3.3.5/2018_12_09_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `item` = 40970; |
