mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Remove unnecessary quest manager stuff.
This commit is contained in:
@@ -3723,19 +3723,3 @@ void QuestManager::LearnRecipe(uint32 recipe_id) {
|
||||
|
||||
initiator->LearnRecipe(recipe_id);
|
||||
}
|
||||
|
||||
bool QuestManager::IsRaining() {
|
||||
if (!zone) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return zone->IsRaining();
|
||||
}
|
||||
|
||||
bool QuestManager::IsSnowing() {
|
||||
if (!zone) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return zone->IsSnowing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user