Update consolemodule.py

This commit is contained in:
ErLullo
2026-01-07 19:27:48 +01:00
committed by GitHub
parent cde31770a5
commit ec5951b68a

View File

@@ -509,7 +509,7 @@ class Console(object):
chr.testSetComboType(int(type)) chr.testSetComboType(int(type))
def SetSkillGroupFake(self, index): def SetSkillGroupFake(self, index):
"""<EFBFBD>׽<EFBFBD>Ʈ <20>ڵ<EFBFBD>""" """테스트 코드"""
net.SetSkillGroupFake(int(index)) net.SetSkillGroupFake(int(index))
self.Print(" SetSkillGroupFake : %d" % int(index)) self.Print(" SetSkillGroupFake : %d" % int(index))