mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Misc: add npcflag for 0b98656b28 (thx Vincent-Michael)
DB/Loot: add missing recipe to loot
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag` |2 WHERE `entry` IN (25918,25929,25931,25933,25936,25938,25946,32811,32812,32813,32816);
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN(17465,20583) AND `item`=22554;
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
(17465,22554,15,1,0,1,1), -- Formula: Enchant 2H Weapon - Savagery
|
||||
(20583,22554,15,1,0,1,1); -- Formula: Enchant 2H Weapon - Savagery
|
||||
Reference in New Issue
Block a user