diff options
author | Killyana <morphone1@gmail.com> | 2019-11-03 13:52:14 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 23:46:00 +0100 |
commit | 86cf5bcad4929bd24c7129ce75b055511ae1e831 (patch) | |
tree | 2121d4aeec6c83e426f2ebc55887acb135dc132d /sql | |
parent | 67696322ea0ff74716c79ac655f5878176cf0743 (diff) |
DB/Loot: Remove wrong loot from Galak Windchaser
(cherry picked from commit 775e1cb9b1894aadfa45309fd5f0602e63bd5f19)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2021_12_18_59_world_2019_11_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_59_world_2019_11_03_00_world.sql b/sql/updates/world/master/2021_12_18_59_world_2019_11_03_00_world.sql new file mode 100644 index 00000000000..d9070063b23 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_59_world_2019_11_03_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `entry`=4096 AND `Item` IN (30322,30302); |