mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Massive cleanup redux.
--HG-- branch : trunk
This commit is contained in:
@@ -38,7 +38,7 @@ namespace VMAP
|
||||
{
|
||||
bool result = false;
|
||||
unsigned int i;
|
||||
for(i=pStartPos;i<pString.size(); ++i)
|
||||
for (i=pStartPos; i<pString.size(); ++i)
|
||||
{
|
||||
if(pString[i] == ',')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user