DB/World: DBErrors Fixes

This commit is contained in:
Céfiro_Caecias
2026-09-14 09:11:13 -03:00
committed by GitHub
parent eb8e2ebd53
commit 07f3f93060
@@ -0,0 +1,15 @@
-- ==============
-- DBErrors Fixes
-- ==============
UPDATE `instance_template` SET `script`='instance_the_dread_pit' WHERE `map`=2684;
UPDATE `creature_template` SET `ScriptName`='npc_housing_steward' WHERE `entry` IN (233063,233708);
UPDATE `creature_template` SET `ScriptName`='npc_under_lord_viktis' WHERE `entry`=220158;
DELETE FROM `spell_script_names` WHERE `spell_id`=426756 AND `ScriptName`='spell_dungeon_assistance';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(426756, 'spell_dungeon_assistance');
DELETE FROM `areatrigger` WHERE `SpawnId`=1029;
INSERT INTO `areatrigger` (`SpawnId`, `AreaTriggerCreatePropertiesId`, `IsCustom`, `MapId`, `SpawnDifficulties`, `PosX`, `PosY`, `PosZ`, `Orientation`, `PhaseUseFlags`, `PhaseId`, `PhaseGroup`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES
(1029, 1029, 1, 2927, '0', -1101.67, -3554.37, 48.92, 6.2, 1, 0, 0, 'at_catchup_arathi_entry', 'Arathi Entry', 69814);