mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Amend these to last commit
Forgot to add changelog and adjustment to task.cpp getmin/getmax
This commit is contained in:
+4
-8
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user