Skip to content

Commit e46fd25

Browse files
committed
TC Retail: Updates for core changes
1 parent c45e935 commit e46fd25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

methods/TrinityCore/ItemMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ namespace LuaItem
656656
#if ELUNA_EXPANSION < EXP_RETAIL
657657
E->Push(item->GetTemplate()->AllowableRace);
658658
#else
659-
E->Push(item->GetTemplate()->GetAllowableRace().RawValue);
659+
E->Push(item->GetTemplate()->GetAllowableRace().RawValue[0]);
660660
#endif
661661
return 1;
662662
}

0 commit comments

Comments
 (0)