mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Use version 1 for GH
This commit is contained in:
+1
-1
@@ -9315,7 +9315,7 @@ void Client::SendToGuildHall()
|
||||
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.");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user