Skip to content

Commit

Permalink
Remove whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-fyre authored Nov 26, 2023
1 parent b06a991 commit e3652f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/WorldHandlers/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3759,7 +3759,7 @@ void Spell::EffectDummy(SpellEffectEntry const* effect)
uint32 item = 0;

uint32 level = unitTarget->getLevel();

if (level < 44) { item = 65500; } // Conjured Mana Cookie (lvl 34)
else if (level < 54) { item = 65515; } // Conjured Mana Brownie (lvl 44)
else if (level < 64) { item = 65516; } // Conjured Mana Cupcake (lvl 54)
Expand Down

0 comments on commit e3652f3

Please sign in to comment.