mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Some codestyle changes.
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
std::string disableTypeStr = "";
|
||||
|
||||
switch(disableType)
|
||||
switch (disableType)
|
||||
{
|
||||
case DISABLE_TYPE_SPELL:
|
||||
disableTypeStr = "spell";
|
||||
|
||||
Reference in New Issue
Block a user