Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent b6ab7ab commit d6ed458
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/creatures/combat/spells.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ class Spell : public BaseSpell {
bool whellOfDestinyUpgraded = false;

private:

uint32_t mana = 0;
uint32_t manaPercent = 0;
uint32_t soul = 0;
Expand Down
1 change: 0 additions & 1 deletion src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,6 @@ void Creature::setParent(std::weak_ptr<Cylinder> cylinder) {
}
}


// creature script events
bool Creature::hasEventRegistered(CreatureEventType_t event) const {
return (0 != (scriptEventsBitField & (static_cast<uint32_t>(1) << event)));
Expand Down

0 comments on commit d6ed458

Please sign in to comment.