mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
Apply style fix pt2
This commit is contained in:
parent
35405dd549
commit
1392c131e7
77 changed files with 1318 additions and 817 deletions
|
|
@ -1402,7 +1402,7 @@ struct DoSpellProcEvent
|
|||
else
|
||||
++count;
|
||||
}
|
||||
|
||||
|
||||
bool HasEntry(uint32 spellId) { return spe_map.find(spellId) != spe_map.end(); }
|
||||
bool SetStateToEntry(uint32 spellId) { return (state = spe_map.find(spellId)) != spe_map.end(); }
|
||||
SpellProcEventMap& spe_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue