mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
Fix inventory clear on init quests (#1266)
This commit is contained in:
@@ -156,7 +156,7 @@ private:
|
||||
void ClearSkills();
|
||||
void InitTalents(uint32 specNo);
|
||||
void InitTalentsByTemplate(uint32 specNo);
|
||||
void InitQuests(std::list<uint32>& questMap);
|
||||
void InitQuests(std::list<uint32>& questMap, bool withRewardItem = true);
|
||||
void ClearInventory();
|
||||
void ClearAllItems();
|
||||
void ResetQuests();
|
||||
|
||||
Reference in New Issue
Block a user