From f9ecfd691a9c24724b645eaec2cbbbfe3ecc9636 Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Thu, 14 Jan 2021 20:46:56 +0100 Subject: [PATCH] update spkykhanat - correct name CCONNECTION/CREATE_CHAR --- tools/Impulse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")