[Performance] Removed a timer where clients would constantly calculate light amount on equipment every 600ms, instead clients will update light when changing equipment or entering a zone

This commit is contained in:
Akkadius
2017-03-28 02:36:51 -05:00
parent bf45a5a44f
commit 47691c2102
4 changed files with 2 additions and 11 deletions
-1
View File
@@ -1478,7 +1478,6 @@ private:
Timer anon_toggle_timer;
Timer afk_toggle_timer;
Timer helm_toggle_timer;
Timer light_update_timer;
Timer aggro_meter_timer;
Timer npc_close_scan_timer;