| 
View
 

Q Files

Page history last edited by Pneuma 8 years, 3 months ago

TW_UsableItem.Q

 

line 8289-8290: 
if (trigger.getBuilderType() == 1 || trigger.getBuilderType() == 2) {
     trigger.message(TEXT_USABLEITEM_TARGET_ADMIN1, MSG_TYPE__SYSTEM);

 

seems to always return user is GM.

Maybe should be target.getBuilderType() instead of trigger.getBuilderType() ?

 

 

Comments (0)

You don't have permission to comment on this page.