Skip to content

Commit 0325394

Browse files
committed
Fix typo in define
1 parent 3fcf610 commit 0325394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

methods/CMangos/ItemMethods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ namespace LuaItem
647647
int GetDamageInfo(Eluna* E, Item* item)
648648
{
649649
uint8 damageSlot = E->CHECKVAL<uint8>(2); // Not used in Cata but reading for compatibility
650-
#if ELUNA_EXPANSION < CATA
650+
#if ELUNA_EXPANSION < EXP_CATA
651651
uint32 damageType = 0;
652652
float damageMin = 0;
653653
float damageMax = 0;

0 commit comments

Comments
 (0)