Merge branch 'master' into 303

Conflicts:
	src/game/CharacterHandler.cpp
	src/shared/Database/DBCStructure.h
This commit is contained in:
tomrus88 2008-12-15 01:23:37 +03:00
commit ac4791e419
6 changed files with 53 additions and 53 deletions

View file

@ -3137,7 +3137,7 @@ bool ChatHandler::HandleWpShowCommand(const char* args)
}
}while(result->NextRow());
// set "wpguid" column to "empty" - no visual waypoint spawned
WorldDatabase.PExecuteLog("UPDATE creature_movement SET wpguid = '0'");
WorldDatabase.PExecuteLog("UPDATE creature_movement SET wpguid = '0' WHERE wpguid <> '0'");
if( hasError )
{