Merge branch 'master' into feature/global-base-scaling

This commit is contained in:
Chris Miles
2018-12-14 02:17:03 -06:00
committed by Chris Miles
24 changed files with 309 additions and 108 deletions
Regular → Executable
+1 -1
View File
@@ -1941,7 +1941,7 @@ void command_zheader(Client *c, const Seperator *sep)
c->Message(0, "Invalid Zone Name: %s", sep->argplus[1]);
else {
if (zone->LoadZoneCFG(sep->argplus[1], true))
if (zone->LoadZoneCFG(sep->argplus[1], 0))
c->Message(0, "Successfully loaded zone header for %s from database.", sep->argplus[1]);
else
c->Message(0, "Failed to load zone header %s from database", sep->argplus[1]);