mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 15:46:37 +00:00
Fix the LoadGFG function to no longer have the unused parameter.
Fixed the command that was passing the wrong second parameter.
This commit is contained in:
Regular → Executable
+1
-1
@@ -93,7 +93,7 @@ public:
|
||||
bool is_zone_time_localized;
|
||||
|
||||
bool Init(bool iStaticZone);
|
||||
bool LoadZoneCFG(const char* filename, uint16 instance_id, bool DontLoadDefault = false);
|
||||
bool LoadZoneCFG(const char* filename, uint16 instance_id);
|
||||
bool SaveZoneCFG();
|
||||
bool IsLoaded();
|
||||
bool IsPVPZone() { return pvpzone; }
|
||||
|
||||
Reference in New Issue
Block a user