DB/World: DBErrors Fixes

This commit is contained in:
Céfiro_Caecias
2026-03-11 17:43:10 -03:00
committed by GitHub
parent 16ffd4f291
commit 410b10434c
@@ -0,0 +1,21 @@
DELETE FROM `creature_template_gossip` WHERE `MenuID` IN (38579,39126,38597,38466,38467,38472,38483);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=25 AND `SourceEntry` IN (719,736,1190,1817,1066,1074) AND `ConditionTypeOrReference`=60;
UPDATE `smart_scripts` SET `event_param4`=6000 WHERE `entryorguid`=162046 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=19000 WHERE `entryorguid`=162046 AND `source_type`=0 AND `id`=1 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=18500 WHERE `entryorguid`=162046 AND `source_type`=0 AND `id`=2 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=6000 WHERE `entryorguid`=169753 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=19000 WHERE `entryorguid`=169753 AND `source_type`=0 AND `id`=1 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=18500 WHERE `entryorguid`=169753 AND `source_type`=0 AND `id`=2 AND `link`=0;
UPDATE `smart_scripts` SET `event_param4`=35000 WHERE `entryorguid`=177390 AND `source_type`=0 AND `id`=0 AND `link`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=889101 AND `source_type`=9 AND `id`=0 AND `link`=0;
UPDATE `gameobject_template` SET `Data1`=555178, `Data30`=0 WHERE `entry`=555178;
UPDATE `gameobject_template` SET `Data1`=577797, `Data30`=0 WHERE `entry`=577797;
DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (555178,577797);
INSERT INTO `gameobject_loot_template` (`Entry`, `ItemType`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(555178, 0, 258138, 99, 0, 1, 1, 1, 2, 'Potent Healing Potion'),
(577797, 0, 258138, 99, 0, 1, 1, 1, 2, 'Potent Healing Potion');
UPDATE `version` SET `cache_id`=66337 WHERE `cache_id` >0;