mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
06217ad5e3
* Add friends list migration * Change friends to use charID Update friends table to use charID and not LWOOBJID variant. * Fix remove friend Fix remove friend and make the query more readable at a glance. * Add and remove friends in the container Properly add and remove friends in the player container
1 line
92 B
SQL
1 line
92 B
SQL
UPDATE friends SET player_id = player_id % 0x100000000, friend_id = friend_id % 0x100000000; |