hlstatsx/sql/Upgrade 1.5 - 1.5.1/151_UpdateSteamIds.sql

4 lines
130 B
MySQL
Raw Normal View History

2013-12-26 00:43:29 +01:00
UPDATE
hlstats_PlayerUniqueIds
SET
uniqueId = replace(uniqueId, 'STEAM_1:',''), uniqueId = replace(uniqueId, 'STEAM_0:','');