mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 20:48:26 +00:00
Revert "Added constants and cleaned up #weather command"
This reverts commit 2ec85304b7.
This commit is contained in:
@@ -1203,9 +1203,8 @@ luabind::adl::object lua_get_characters_in_instance(lua_State *L, uint16 instanc
|
||||
}
|
||||
|
||||
int lua_get_zone_weather() {
|
||||
if (!zone) {
|
||||
return EQ::constants::WeatherTypes::None;
|
||||
}
|
||||
if(!zone)
|
||||
return 0;
|
||||
|
||||
return zone->zone_weather;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user