mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10940] Apply mangos code style to in class {} indent.
This commit is contained in:
parent
afdfdf6559
commit
b325e93538
2 changed files with 83 additions and 83 deletions
|
|
@ -306,7 +306,7 @@ extern ScriptMapMap sCreatureMovementScripts;
|
|||
|
||||
class ScriptMgr
|
||||
{
|
||||
public:
|
||||
public:
|
||||
ScriptMgr();
|
||||
~ScriptMgr();
|
||||
|
||||
|
|
@ -356,7 +356,7 @@ public:
|
|||
bool OnEffectDummy(Unit* pCaster, uint32 spellId, SpellEffectIndex effIndex, Item* pTarget);
|
||||
bool OnAuraDummy(Aura const* pAura, bool apply);
|
||||
|
||||
private:
|
||||
private:
|
||||
void LoadScripts(ScriptMapMap& scripts, const char* tablename);
|
||||
void CheckScriptTexts(ScriptMapMap const& scripts, std::set<int32>& ids);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10939"
|
||||
#define REVISION_NR "10940"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue