Fix for the spammyness of !alts add <list>
Added the old broadcast module back fix for !wants list
This commit is contained in:
@@ -2,7 +2,6 @@ import json
|
||||
import time
|
||||
|
||||
import requests
|
||||
from mysql.connector.cursor import CursorBase
|
||||
|
||||
from core.buddy_service import BuddyService
|
||||
from core.cache_service import CacheService
|
||||
@@ -162,7 +161,6 @@ class OrgRosterController:
|
||||
with self.db.lock:
|
||||
with self.db.pool.get_connection() as conn:
|
||||
with conn.cursor() as cur:
|
||||
cur: CursorBase
|
||||
cur.executemany("INSERT INTO player(char_id, name, first_name, last_name, level, "
|
||||
"breed, gender, faction, profession, profession_title, ai_rank, "
|
||||
"ai_level, org_id, org_name, org_rank_name, org_rank_id, dimension, "
|
||||
|
||||
Reference in New Issue
Block a user