diff options
author | illfated <illfated@users.noreply.github.com> | 2021-01-24 15:10:04 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 01:26:21 +0100 |
commit | a07a718e7b70e6d762f54a062a5069bef3506c8e (patch) | |
tree | d867677c3ca98d9d842d1a7955d8e0a85cf35438 | |
parent | 353766c3fb4d4dd681cf5d86106940ee10346a7a (diff) |
DB/Item: Remove Plans: Goblin Rocket Boots (7192) from loot & exclude from being sold by AHbot
Closes #25930
(cherry picked from commit 23cd884f3b38060a6f07d84a49b3683ab486b528)
-rw-r--r-- | sql/updates/world/master/2022_03_05_97_world_2021_01_24_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_97_world_2021_01_24_00_world.sql b/sql/updates/world/master/2022_03_05_97_world_2021_01_24_00_world.sql new file mode 100644 index 00000000000..998389bd8f6 --- /dev/null +++ b/sql/updates/world/master/2022_03_05_97_world_2021_01_24_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` = 7192 AND `Reference` = 0; |