Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix *queuedel doesn't remove player's side queue #849

Closed
wants to merge 1 commit into from

Conversation

AnnieRuru
Copy link
Contributor

#846
I found out the reason

sd->queues[j] is the queue ID from the player
script->hq[idx].item[i] is the account ID of the queue in that array
so it was comparing wrong information

it should be comparing to idx instead

I also just check the script_hqueue_clear,
that function IS comparing to idx too

@MishimaHaruna MishimaHaruna added the status:inprogress Issue is being worked on / the pull request is still a WIP label Nov 4, 2015
@AnnieRuru AnnieRuru changed the title Fix *queueremove doesn't remove player's side queue Fix *queuedel doesn't remove player's side queue Nov 4, 2015
@AnnieRuru
Copy link
Contributor Author

damn ... I listed wrong script command name ...

@MishimaHaruna
Copy link
Member

This should be fixed in #857 (by having script_hqueue_del call script_hqueue_clear)

@AnnieRuru
Copy link
Contributor Author

ok, close this one once you merge your vector style ... thing

@MishimaHaruna MishimaHaruna removed the status:inprogress Issue is being worked on / the pull request is still a WIP label Nov 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants