Amend these to last commit

Forgot to add changelog and adjustment to task.cpp getmin/getmax
This commit is contained in:
hateborne
2015-07-16 13:46:29 -04:00
parent d64f79cb2a
commit 1b8f613391
2 changed files with 11 additions and 8 deletions
+4 -8
View File
@@ -901,10 +901,8 @@ int TaskManager::GetTaskMinLevel(int TaskID)
{
return Tasks[TaskID]->MinLevel;
}
else
{
return -1;
}
return -1;
}
int TaskManager::GetTaskMaxLevel(int TaskID)
@@ -913,10 +911,8 @@ int TaskManager::GetTaskMaxLevel(int TaskID)
{
return Tasks[TaskID]->MaxLevel;
}
else
{
return -1;
}
return -1;
}
void TaskManager::TaskSetSelector(Client *c, ClientTaskState *state, Mob *mob, int TaskSetID) {