Changeset 212
- Timestamp:
- 11/19/08 13:46:56 (17 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.cpp
r209 r212 15098 15098 "totaltime, leveltime, rest_bonus, logout_time, is_logout_resting, resettalents_cost, resettalents_time, " 15099 15099 "trans_x, trans_y, trans_z, trans_o, transguid, extra_flags, stable_slots, at_login, zone, " 15100 "death_expire_time, taxi_path ) VALUES ("15100 "death_expire_time, taxi_path, latency) VALUES (" 15101 15101 << GetGUIDLow() << ", " 15102 15102 << GetSession()->GetAccountId() << ", '" … … 15197 15197 ss << ", '"; 15198 15198 ss << m_taxi.SaveTaxiDestinationsToString(); 15199 ss << "', '"; 15200 ss << GetSession()->GetLatency(); 15199 15201 ss << "' )"; 15200 15202