mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 22:02:26 +00:00
Use version 1 for GH
This commit is contained in:
parent
d89b2f11b5
commit
bd8e94ff17
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user