mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- updated Loot-class to work with TrinityCore:master/55b43c67519359f0e5a96004c393898b3c62add3
- fixed some awkward names for skinning-tabs on npc.php - only send calendar if we have events to display on event.php - do not display conditions column if there are no conditions on item.php
This commit is contained in:
@@ -86,7 +86,8 @@ class User
|
||||
if ($query['avatar'])
|
||||
self::$avatar = $query['avatar'];
|
||||
|
||||
self::setLocale(intVal($query['locale'])); // reset, if changed
|
||||
if (self::$localeId != $query['locale']) // reset, if changed
|
||||
self::setLocale(intVal($query['locale']));
|
||||
|
||||
// stuff, that updates on a daily basis goes here (if you keep you session alive indefinitly, the signin-handler doesn't do very much)
|
||||
// - conscutive visits
|
||||
|
||||
Reference in New Issue
Block a user