Skip to content

Commit 59bea55

Browse files
committed
CMaNGOS: Update core difference define for player function
- 3 main cores have had function refactored
1 parent da9205c commit 59bea55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/CMangos/PlayerMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,7 @@ namespace LuaPlayer
31583158
}
31593159
else
31603160
{
3161-
#if ELUNA_EXPANSION != EXP_WOTLK
3161+
#if ELUNA_EXPANSION == EXP_CATA
31623162
player->DestroyItemCount(item, itemCount, true);
31633163
#else
31643164
player->DestroyItemCount(*item, itemCount, true);

0 commit comments

Comments
 (0)