mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
woops (da21ca8 follow-up)
This commit is contained in:
@@ -340,7 +340,7 @@ enum ReactStates
|
||||
REACT_DEFENSIVE = 1,
|
||||
REACT_AGGRESSIVE = 2
|
||||
};
|
||||
static char const* TC_GAME_API DescribeReactState(ReactStates state) {
|
||||
inline char const* DescribeReactState(ReactStates state) {
|
||||
switch (state)
|
||||
{
|
||||
case REACT_PASSIVE: return "PASSIVE";
|
||||
|
||||
Reference in New Issue
Block a user