Skip to content

Commit

Permalink
Update BetterItemReloading.cpp (#15)
Browse files Browse the repository at this point in the history
fix the "undeclared identifier 'GetItemEnchantMod'"

Thanks to @maloglolo and @zzy36
  • Loading branch information
Tntdruid authored Nov 8, 2024
1 parent a0d54b5 commit ab4fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BetterItemReloading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "Language.h"
#include "DisableMgr.h"
#include "Tokenize.h"

#include "ItemEnchantmentMgr.h"
#if AC_COMPILER == AC_COMPILER_GNU
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
Expand Down

0 comments on commit ab4fa9d

Please sign in to comment.