mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
fix(Scripts/Commands): quest complate kill reward (#9926)
This commit is contained in:
committed by
GitHub
parent
666aca2a63
commit
75fc2d1b2d
@@ -1473,7 +1473,8 @@ public:
|
||||
void ItemRemovedQuestCheck(uint32 entry, uint32 count);
|
||||
void KilledMonster(CreatureTemplate const* cInfo, ObjectGuid guid);
|
||||
void KilledMonsterCredit(uint32 entry, ObjectGuid guid = ObjectGuid::Empty);
|
||||
void KilledPlayerCredit();
|
||||
void KilledPlayerCredit(uint16 count = 1);
|
||||
void KilledPlayerCreditForQuest(uint16 count, Quest const* quest);
|
||||
void KillCreditGO(uint32 entry, ObjectGuid guid = ObjectGuid::Empty);
|
||||
void TalkedToCreature(uint32 entry, ObjectGuid guid);
|
||||
void MoneyChanged(uint32 value);
|
||||
|
||||
Reference in New Issue
Block a user