diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-15 01:00:07 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-15 01:01:37 +0200 |
| commit | 08c1a8109636f3bdb9c41d0c1691c098d27fbc2d (patch) | |
| tree | 801bc448217cf10fec402b1751a561b1b5a9a02c /src/server/scripts/Commands | |
| parent | 8b0cea7a5eea1e61d9c1f179d48bd85a61c8c5ca (diff) | |
Scripted/Misc: Fix random stuff
Diffstat (limited to 'src/server/scripts/Commands')
| -rw-r--r-- | src/server/scripts/Commands/cs_character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_character.cpp b/src/server/scripts/Commands/cs_character.cpp index 8bcf13c2f98..7a49fc2d191 100644 --- a/src/server/scripts/Commands/cs_character.cpp +++ b/src/server/scripts/Commands/cs_character.cpp @@ -281,7 +281,7 @@ public: if (name.empty()) continue; - char const* activeStr = target && target->GetUInt32Value(PLAYER_CHOSEN_TITLE) == titleInfo->bit_index + char const* activeStr = target->GetUInt32Value(PLAYER_CHOSEN_TITLE) == titleInfo->bit_index ? handler->GetTrinityString(LANG_ACTIVE) : ""; |
