We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf610 commit 0325394Copy full SHA for 0325394
methods/CMangos/ItemMethods.h
@@ -647,7 +647,7 @@ namespace LuaItem
647
int GetDamageInfo(Eluna* E, Item* item)
648
{
649
uint8 damageSlot = E->CHECKVAL<uint8>(2); // Not used in Cata but reading for compatibility
650
-#if ELUNA_EXPANSION < CATA
+#if ELUNA_EXPANSION < EXP_CATA
651
uint32 damageType = 0;
652
float damageMin = 0;
653
float damageMax = 0;
0 commit comments