mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
fix ipintel caching to db not working. (#83046)
This commit is contained in:
@@ -119,10 +119,10 @@ SUBSYSTEM_DEF(ipintel)
|
||||
var/datum/db_query/query = SSdbcore.NewQuery(
|
||||
"INSERT INTO [format_table_name("ipintel")] ( \
|
||||
ip, \
|
||||
intel, \
|
||||
intel \
|
||||
) VALUES ( \
|
||||
INET_ATON(:address) \
|
||||
:result, \
|
||||
INET_ATON(:address), \
|
||||
:result \
|
||||
)", list(
|
||||
"address" = intel.address,
|
||||
"result" = intel.result,
|
||||
|
||||
Reference in New Issue
Block a user