mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9352] Remove unused varibles
This commit is contained in:
parent
db87b5765d
commit
df457c3ff5
5 changed files with 3 additions and 8 deletions
|
|
@ -13796,7 +13796,7 @@ bool Player::CanShareQuest(uint32 quest_id) const
|
|||
|
||||
void Player::SetQuestStatus(uint32 quest_id, QuestStatus status)
|
||||
{
|
||||
if (Quest const* qInfo = sObjectMgr.GetQuestTemplate(quest_id))
|
||||
if (sObjectMgr.GetQuestTemplate(quest_id))
|
||||
{
|
||||
QuestStatusData& q_status = mQuestStatus[quest_id];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue