fix for raid_loot.sql

Added "ALT" status for !raid list
!icc is now correctable by using !icc set <currently running weekly mission>
This commit is contained in:
2022-08-29 00:02:34 +02:00
parent 6b4cb275b3
commit 872e05f622
4 changed files with 76 additions and 18 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class IgnCore:
self.last_timer_event = 0
self.start_time = int(time.time())
self.major_version = "IGNCore v2.9"
self.minor_version = "8"
self.minor_version = "9"
self.incoming_queue = FifoQueue()
self.mass_message_queue = None
self.conns = DictObject()