Skip to content

TobEx: 60 (0813)

DanBoulosDanBoulos Member Posts: 146
edited August 2012 in Fixed
Current Behaviour:

Trigger Kit() uses the low short of the argument only, so both Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for Kit(0)

Expected Behaviour:

Trigger Kit() uses the entire int, so Kit(BARBARIAN [0x40000000]) Kit(0x80000000 [WILDMAGE]) will check for 0x4000000 and 0x8000000, respectively

Revision:

Fix Kit() Trigger check to compare all kits
Post edited by Bhryaen on

Comments

Sign In or Register to comment.