diff --git a/tools/Impulse.py b/tools/Impulse.py index cf35047..556e390 100644 --- a/tools/Impulse.py +++ b/tools/Impulse.py @@ -251,7 +251,7 @@ class ImpulseConnectionAskName(ImpulseBase): class ImpulseConnectionCreateChar(ImpulseBase): def __init__(self): 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): logging.getLogger(LOGGER).debug("read")