Skip to content

Commit

Permalink
[3886] Remove loot ID for creatures that don't have loot
Browse files Browse the repository at this point in the history
  • Loading branch information
cala committed Apr 26, 2022
1 parent 2320601 commit 9dae843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Updates/3886_remove_old_loot_id.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Remove loot ID for creatures that don't have loot
-- https://classic.wowhead.com/npc=4983/ogron
-- https://classic.wowhead.com/npc=7957/jerkai-moonweaver
-- https://classic.wowhead.com/npc=10321/emberstrife
UPDATE creature_template SET LootId=0 WHERE Entry IN (4983, 7957, 10321);

0 comments on commit 9dae843

Please sign in to comment.