Skip to content

Commit

Permalink
fatal error: unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pangolp committed Feb 6, 2024
1 parent 4bf2d10 commit 8d4da07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AoeLoot_SC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ class AoeLoot_Player : public PlayerScript
Loot* loot = &_creature->loot;
gold += loot->gold;
loot->gold = 0;
uint8 lootSlot = 0;

for (auto const& item : loot->items)
{
Expand Down

0 comments on commit 8d4da07

Please sign in to comment.