Cleanup TBC creatures (#805)

Remove duplicates and add missing creatures to tbc_creatures sql
This commit is contained in:
Simon Hensel
2025-10-13 11:57:29 +02:00
committed by GitHub
parent 5348f0a1dd
commit 65242741a5
4 changed files with 4868 additions and 4875 deletions

View File

@@ -5,6 +5,3 @@ UPDATE `creature_loot_template` SET `Chance` = 5 WHERE `Item` IN (22559, 22561,
UPDATE `item_template` SET `Quality` = 1, `SellPrice` = 0, `description` = 'Used to summon Nightbane in Karazhan' WHERE (`entry` = 24140);
UPDATE `quest_template` SET `StartItem` = 24140 WHERE `ID` = 9644;
UPDATE `quest_template_addon` SET `ProvidedItemCount` = 1 WHERE (`ID` = 9644);
# Philanthropist should drop gold
UPDATE `creature_template` SET `mingold` = 110000, `maxgold` = 130000 WHERE (`entry` = 16470);