DB/World: DBErrors Fixes

This commit is contained in:
Céfiro_Caecias
2026-09-16 09:09:44 -03:00
committed by GitHub
parent 3437524e5b
commit ce1e19ffea
@@ -0,0 +1,40 @@
-- ==============
-- DBErrors Fixes
-- ==============
UPDATE `creature_template` SET `RequiredExpansion`=11 WHERE `entry`=227773;
DELETE FROM `creature_quest_currency` WHERE `CurrencyId`=3252;
UPDATE `quest_reward_display_spell` SET `PlayerConditionID`=0 WHERE `QuestID`=91206 AND `Idx`=0;
DELETE FROM `spell_target_position` WHERE `ID`=441411;
UPDATE `creature_template` SET `npcflag`=128 WHERE `entry`=256783;
DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (203078,204282,207187,207188,207189,207190,211163,211174,218950);
DELETE FROM `npc_vendor` WHERE `entry`=160322;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `OverrideGoldCost`, `type`, `BonusListIDs`, `PlayerConditionID`, `IgnoreFiltering`, `VerifiedBuild`) VALUES
(160322, 1, 2901, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 2, 4470, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 3, 5956, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 4, 6217, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 5, 6256, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 6, 7005, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 7, 20815, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 8, 38682, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 9, 39505, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 10, 64670, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 11, 85663, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 12, 138293, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 13, 173168, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 14, 175886, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 15, 177062, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 16, 180683, 0, 0, 6780, -1, 1, NULL, 0, 0, 69814),
(160322, 17, 180684, 0, 0, 6779, -1, 1, NULL, 0, 0, 69814),
(160322, 18, 180696, 0, 0, 6780, -1, 1, NULL, 0, 0, 69814),
(160322, 19, 180697, 0, 0, 6779, -1, 1, NULL, 0, 0, 69814),
(160322, 20, 180709, 0, 0, 6779, -1, 1, NULL, 0, 0, 69814),
(160322, 21, 180710, 0, 0, 6779, -1, 1, NULL, 0, 0, 69814),
(160322, 22, 180732, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 23, 180733, 0, 0, 0, -1, 1, NULL, 0, 0, 69814),
(160322, 24, 181337, 0, 0, 6779, -1, 1, NULL, 0, 0, 69814),
(160322, 25, 184716, 0, 0, 7006, -1, 1, NULL, 0, 0, 69814),
(160322, 26, 184718, 0, 0, 6862, -1, 1, NULL, 0, 0, 69814),
(160322, 27, 184719, 0, 0, 7005, -1, 1, NULL, 0, 0, 69814);