Revert "Added constants and cleaned up #weather command"

This reverts commit 2ec85304b7.
This commit is contained in:
Kinglykrab
2022-10-13 17:52:01 -04:00
parent 2ec85304b7
commit 76f4e411b6
9 changed files with 143 additions and 287 deletions
+2 -3
View File
@@ -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;
}