mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zone_darnassus.sql - minor correction
minor layout correction
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
-- Dannelor <First Aid Trainer>
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=4211;
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4211, -350000);
|
||||
|
||||
-- Milla Fairancora <Journeyman Alchemist>
|
||||
UPDATE `creature_template` SET `subname`='Journeyman Alchemist', `npcflag`=81, `trainer_type`=2 WHERE `entry`=11041;
|
||||
|
||||
@@ -93,3 +89,8 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=4349 AND `SourceEntry`=0 AND `ConditionTypeOrReference`=7;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
|
||||
(15, 4349, 0, 7, 197, 50, 'Show menu if tailoring is 50 or higher');
|
||||
|
||||
|
||||
-- Dannelor <First Aid Trainer>
|
||||
DELETE FROM `npc_trainer` WHERE `ID`=4211;
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4211, -350000);
|
||||
|
||||
Reference in New Issue
Block a user