bane commander NPC

This commit is contained in:
2024-12-28 08:03:38 -06:00
parent aa5fb2a2c5
commit 7a3c259d2f
3 changed files with 16 additions and 3 deletions
+3
View File
@@ -505,6 +505,9 @@ public final class Bane {
return liveDate;
}
public void setLiveDate_NEW(DateTime baneTime) {
}
public void setLiveDate(DateTime baneTime) {
if (DbManager.BaneQueries.SET_BANE_TIME(baneTime, this.getCity().getObjectUUID())) {