diff options
| author | offl <offl@users.noreply.github.com> | 2021-09-05 19:51:12 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-14 23:59:38 +0100 |
| commit | 962794c1303ef29db1d5c045dae1ca5ebc673067 (patch) | |
| tree | 5b1a4b4307f0a5561b01c09601548da6cce26ca7 | |
| parent | a972d73ea7fe68499a903e1cf9d0dbf7d0663d5e (diff) | |
DB/Loot: Fix MaxCount of Morning Glory Dew from Ravaged Cadaver
Closes #26835
(cherry picked from commit 9851121dd912a33fc3348fda0ebc16274c4eea11)
| -rw-r--r-- | sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql b/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql new file mode 100644 index 00000000000..fc1747dfd89 --- /dev/null +++ b/sql/updates/world/master/2022_03_14_06_world_2021_09_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `MaxCount` = 1 WHERE `Entry` = 10381 AND `Item` = 8766; |
