mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0d7a07926 | ||
|
|
9197f007f9 | ||
|
|
4ff8d369b3 |
@@ -5,3 +5,5 @@ 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
|
||||||
|
(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/) override
|
void OnGiveXP(Player* player, uint32& amount, Unit* /*victim*/, uint8 /*xpSource*/) override
|
||||||
{
|
{
|
||||||
if (!sIndividualProgression->enabled)
|
if (!sIndividualProgression->enabled)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user