Fix several startup warnings

This commit is contained in:
郑佩茹
2022-09-13 21:11:15 -06:00
parent 303a2cb94c
commit ccfcb7b062
2 changed files with 1 additions and 1 deletions

View File

@@ -1012,7 +1012,6 @@ INSERT INTO spell_linked_spell (spell_trigger, spell_effect, TYPE, COMMENT) VALU
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `id` = 7509;
DELETE FROM `areatrigger_teleport` WHERE `ID` = 2848;
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(2848, 'onyxia_entrance_trigger');

View File

@@ -2,6 +2,7 @@
This optional file removes Heirloom vendors with no other purpose, and removes heirlooms from all other vendors so they are not available.
If you would like heirlooms to still be available, comment out, remove, or just do not run this file. */
DELETE FROM `creature` WHERE `id1` IN (32509, 35507, 35508);
DELETE FROM `creature_addon` WHERE `guid` IN (85227, 88108);
DELETE FROM `npc_vendor` WHERE `item` IN ( 38691, 42943, 42944, 42945, 42946,
42947, 42948, 42949, 42950, 42951, 42952, 42984, 42985, 42991, 42992, 44090,
44091, 44092, 44093, 44094, 44095, 44096, 44097, 44098, 44099, 44100, 44101,