DB/World: DBErrors Fixes
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user