mirror of
https://port.numenaute.org/aleajactaest/clientbot.git
synced 2024-11-21 22:56:13 +00:00
update spkykhanat - correct name CCONNECTION/CREATE_CHAR
This commit is contained in:
parent
43e8becee1
commit
f9ecfd691a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue