Skip to content

Commit

Permalink
Remove double method registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Sep 2, 2024
1 parent 6bf4862 commit 11d04a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions methods/CMangos/UnitMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -2673,9 +2673,6 @@ namespace LuaUnit
{ "RemoveCharmAuras", METHOD_REG_NONE }, // not implemented
{ "DisableMelee", METHOD_REG_NONE }, // not implemented
{ "SummonGuardian", METHOD_REG_NONE }, // not implemented
{ "CanModifyStats", METHOD_REG_NONE }, // not implemented
{ "AddFlatStatModifier", METHOD_REG_NONE }, // not implemented
{ "AddPctStatModifier", METHOD_REG_NONE } // not implemented
};
};
#endif

0 comments on commit 11d04a4

Please sign in to comment.