mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
[Zones] Convert Get/Set of Zone Timezone to Repositories (#3946)
* [Zones] Convert Get/Set of Zone Timezone to Repositories - Convert `GetZoneTimezone()` and `SetZoneTimeZone()` to repositories. * Update time_zone.cpp
This commit is contained in:
+2
-2
@@ -627,8 +627,8 @@ public:
|
||||
bool SetTrapData(Trap* trap, bool repopnow = false);
|
||||
|
||||
/* Time */
|
||||
uint32 GetZoneTZ(uint32 zoneid, uint32 version);
|
||||
bool SetZoneTZ(uint32 zoneid, uint32 version, uint32 tz);
|
||||
uint32 GetZoneTimezone(uint32 zoneid, uint32 version);
|
||||
bool SetZoneTimezone(uint32 zoneid, uint32 version, uint32 tz);
|
||||
|
||||
/* Group */
|
||||
void RefreshGroupFromDB(Client *c);
|
||||
|
||||
Reference in New Issue
Block a user