mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Hotfix] Fix Quest Ownership Edge Case (#4977)
* [Hotfix] Fix Quest Ownership Edge Case * Push
This commit is contained in:
+5
-3
@@ -998,11 +998,13 @@ int PerlembParser::SendCommands(
|
||||
|
||||
int ret_value = 0;
|
||||
RunningQuest q;
|
||||
|
||||
q.owner = other;
|
||||
q.questitem = inst;
|
||||
q.questspell = spell;
|
||||
|
||||
if (mob && mob->IsClient()) {
|
||||
q.owner = other;
|
||||
q.initiator = mob->CastToClient();
|
||||
q.questitem = inst;
|
||||
q.questspell = spell;
|
||||
}
|
||||
|
||||
if (zone) {
|
||||
|
||||
Reference in New Issue
Block a user