diff options
| author | illfated <illfated@users.noreply.github.com> | 2021-01-24 15:10:04 +0200 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-01-24 15:10:04 +0200 |
| commit | 23cd884f3b38060a6f07d84a49b3683ab486b528 (patch) | |
| tree | ab7cb0b1b6a47bb47dd04928f831df9a87e7e04b /sql | |
| parent | a06a755f4c52da3b4ad07da08f8303fb8517ab2d (diff) | |
DB/Item: Remove Plans: Goblin Rocket Boots (7192) from loot & exclude from being sold by AHbot
Closes #25930
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_01_24_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_24_00_world.sql b/sql/updates/world/3.3.5/2021_01_24_00_world.sql new file mode 100644 index 00000000000..998389bd8f6 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_24_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item` = 7192 AND `Reference` = 0; |
