mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ void Group::SplitMoney(uint32 copper, uint32 silver, uint32 gold, uint32 platinu
|
||||
|
||||
char buf[128];
|
||||
buf[63] = '\0';
|
||||
string msg = "You receive";
|
||||
std::string msg = "You receive";
|
||||
bool one = false;
|
||||
|
||||
if(ppsplit > 0) {
|
||||
|
||||
Reference in New Issue
Block a user