mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[11499] Clarify quest giver object state after Player::AddQuest.
This commit is contained in:
parent
7f957eb88e
commit
b022e398b7
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ void WorldSession::HandleQuestgiverAcceptQuestOpcode( WorldPacket & recv_data )
|
||||||
|
|
||||||
if( _player->CanAddQuest( qInfo, true ) )
|
if( _player->CanAddQuest( qInfo, true ) )
|
||||||
{
|
{
|
||||||
_player->AddQuest( qInfo, pObject );
|
_player->AddQuest( qInfo, pObject ); // pObject (if it item) can be destroyed at call
|
||||||
|
|
||||||
if (qInfo->HasQuestFlag(QUEST_FLAGS_PARTY_ACCEPT))
|
if (qInfo->HasQuestFlag(QUEST_FLAGS_PARTY_ACCEPT))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11498"
|
#define REVISION_NR "11499"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue