Tabs from the last commit.

This commit is contained in:
Nefertumm 2018-12-12 02:19:37 -03:00 committed by GitHub
parent 8c753dc04e
commit f41899e690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1785,7 +1785,7 @@ public:
Player* target;
uint64 targetGuid;
std::string targetName;
PreparedStatement* stmt = nullptr;
PreparedStatement* stmt = nullptr;
uint32 parseGUID = MAKE_NEW_GUID(atol((char*)args), 0, HIGHGUID_PLAYER);
@ -1930,7 +1930,7 @@ public:
lastIp.append(")");
} **/
uint32 ip = inet_addr(lastIp.c_str());
uint32 ip = inet_addr(lastIp.c_str());
#if TRINITY_ENDIAN == BIGENDIAN
EndianConvertReverse(ip);
#endif