mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Merge pull request #1013 from EQEmu/unusedtaskcode
Remove unused variables in resettaskactivity.
This commit is contained in:
commit
9362890d26
@ -2358,7 +2358,6 @@ XS(XS__updatetaskactivity) {
|
|||||||
XS(XS__resettaskactivity);
|
XS(XS__resettaskactivity);
|
||||||
XS(XS__resettaskactivity) {
|
XS(XS__resettaskactivity) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
unsigned int task, activity;
|
|
||||||
if (items == 2) {
|
if (items == 2) {
|
||||||
int task_id = (int) SvIV(ST(0));
|
int task_id = (int) SvIV(ST(0));
|
||||||
int activity_id = (int) SvIV(ST(1));
|
int activity_id = (int) SvIV(ST(1));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user