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:
Noudess
2018-12-07 12:17:27 -05:00
parent 9bf23a131b
commit 58d0aef90d
3 changed files with 18 additions and 25 deletions
Regular → Executable
+1 -1
View File
@@ -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; }