aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-15 01:00:07 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-15 01:01:37 +0200
commit08c1a8109636f3bdb9c41d0c1691c098d27fbc2d (patch)
tree801bc448217cf10fec402b1751a561b1b5a9a02c /src/server/scripts/Commands
parent8b0cea7a5eea1e61d9c1f179d48bd85a61c8c5ca (diff)
Scripted/Misc: Fix random stuff
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_character.cpp2
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)
: "";