mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-05 20:22:28 +00:00
[Hotfix] Fix Quest Ownership Edge Case
This commit is contained in:
parent
d9f4d49ef4
commit
5cc359bb18
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user