PHP Code:
0531 11:14:06470 :: invalid idx 0
0531 11:14:15706 :: Traceback (most recent call last):
0531 11:14:15706 :: File "game.py", line 842, in BINARY_NEW_AddAffect
0531 11:14:15707 :: File "game.py", line 1932, in BINARY_DragonSoulGiveQuilification
0531 11:14:15707 :: File "interfaceModule.py", line 1060, in DragonSoulGiveQuilification
0531 11:14:15707 :: AttributeError
0531 11:14:15707 :: :
0531 11:14:15707 :: 'NoneType' object has no attribute 'SetToolTipText'
0531 11:14:15707 ::
fixxed:
PHP Code:
def DragonSoulGiveQuilification(self):
self.DRAGON_SOUL_IS_QUALIFIED = True
if (self.wndExpandedTaskBar): # Just call SetToolTipText If self.wndExpandedTaskbar is not None
self.wndExpandedTaskBar.SetToolTipText(uiTaskBar.ExpandedTaskBar.BUTTON_DRAGON_SOUL, uiScriptLocale.TASKBAR_DRAGON_SOUL)






