mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-12-01 21:13:10 +08:00
Merge pull request #377 from Grimfeather/Fix-syntax-errors
Fixed syntax errors
This commit is contained in:
@@ -864,7 +864,8 @@ INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSki
|
|||||||
(4212, -380002, 0, 0, 0, 0);
|
(4212, -380002, 0, 0, 0, 0);
|
||||||
|
|
||||||
-- Master Leatherworking Trainer
|
-- Master Leatherworking Trainer
|
||||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES (18754, -201028, 0, 0, 0, 0);
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES
|
||||||
|
(18754, -201028, 0, 0, 0, 0),
|
||||||
(18771, -201028, 0, 0, 0, 0),
|
(18771, -201028, 0, 0, 0, 0),
|
||||||
(19187, -201028, 0, 0, 0, 0),
|
(19187, -201028, 0, 0, 0, 0),
|
||||||
(21087, -201028, 0, 0, 0, 0),
|
(21087, -201028, 0, 0, 0, 0),
|
||||||
|
|||||||
@@ -5,7 +5,9 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344);
|
|||||||
-- Windows to the Source (Warlock)
|
-- Windows to the Source (Warlock)
|
||||||
DELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344;
|
DELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344;
|
||||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344);
|
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344);
|
||||||
INSERT INTO creature_loot_template (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES
|
|
||||||
|
DELETE FROM `creature_loot_template` WHERE `Entry`= 15298 AND `Item`=20935;
|
||||||
|
INSERT INTO `creature_loot_template` (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES
|
||||||
(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');
|
(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');
|
||||||
|
|
||||||
-- Kanaria <First Aid Trainer>
|
-- Kanaria <First Aid Trainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user