mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
Use version 1 for GH
This commit is contained in:
+1
-1
@@ -9315,7 +9315,7 @@ void Client::SendToGuildHall()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!database.CreateInstance(instance_id, zone_id, 0, expiration_time)) {
|
if (!database.CreateInstance(instance_id, zone_id, 1, expiration_time)) {
|
||||||
Message(Chat::Red, "Server was unable to create a new instance.");
|
Message(Chat::Red, "Server was unable to create a new instance.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user