mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Cleanup TBC creatures (#805)
Remove duplicates and add missing creatures to tbc_creatures sql
This commit is contained in:
@@ -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);
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 16517; -- Mutated Root Lasher
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 16521; -- Blood Elf Scout
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 16522; -- Surveyor Candress
|
||||
UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 16537; -- Mutated Owlkin
|
||||
@@ -1,9 +1,3 @@
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15271; -- Tender
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15273; -- Arcane Wraith
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15294; -- Feral Tender
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15298; -- Tainted Arcane Wraith
|
||||
UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 15367; -- Felendren the Banished
|
||||
|
||||
-- Windows to the Source (Warlock)
|
||||
DELETE FROM `creature_questender` WHERE `id`=15283 AND `quest`=8344;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344);
|
||||
|
||||
Reference in New Issue
Block a user