Core/PacketIO: Fill new packet fields with data

This commit is contained in:
Shauren
2020-11-05 19:52:18 +01:00
parent 78f77dbd41
commit 83eecaf2c4
11 changed files with 194 additions and 91 deletions

View File

@@ -26,6 +26,7 @@ EndScriptData */
#include "Chat.h"
#include "DatabaseEnv.h"
#include "DB2Stores.h"
#include "LootMgr.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "RBAC.h"
@@ -285,7 +286,7 @@ public:
return false;
}
player->RewardQuest(quest, 0, player);
player->RewardQuest(quest, LootItemType::Item, 0, player);
return true;
}
};