mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+4
-4
@@ -141,10 +141,10 @@ public:
|
||||
private:
|
||||
Mob* leader;
|
||||
GroupLeadershipAA_Struct LeaderAbilities;
|
||||
string MainTankName;
|
||||
string MainAssistName;
|
||||
string PullerName;
|
||||
string NPCMarkerName;
|
||||
std::string MainTankName;
|
||||
std::string MainAssistName;
|
||||
std::string PullerName;
|
||||
std::string NPCMarkerName;
|
||||
uint16 NPCMarkerID;
|
||||
uint16 AssistTargetID;
|
||||
uint16 TankTargetID;
|
||||
|
||||
Reference in New Issue
Block a user