update spkykhanat - correct name CCONNECTION/CREATE_CHAR

This commit is contained in:
AleaJactaEst 2021-01-14 20:46:56 +01:00
parent 43e8becee1
commit f9ecfd691a

View file

@ -251,7 +251,7 @@ class ImpulseConnectionAskName(ImpulseBase):
class ImpulseConnectionCreateChar(ImpulseBase): class ImpulseConnectionCreateChar(ImpulseBase):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
self.set_header_notice('MsgXML/CCONNECTION/CREATE_CHAR') self.set_header_notice('MsgXML/CONNECTION/CREATE_CHAR')
def read(self, name, msgin, world, databaseXml): def read(self, name, msgin, world, databaseXml):
logging.getLogger(LOGGER).debug("read") logging.getLogger(LOGGER).debug("read")