EQ2EMu/DB/updates/characters_table_update_groupid_aug21_2020.sql
image 41716c32fa Group fixes/support - requires characters table update
Fix #66

- Fixed crashing of the world server when a client in a group zones
- Tracking of players group_id in the characters table (for both sanity and tracking cross zone)
- Clients zoning now properly 'rejoin' their group
- Mutex locks added to group code, this makes groups more reliably work across different zones as they run on different threads (some behavior for example was some players would not see chat and others would)
2020-08-21 23:38:15 -04:00

1 line
No EOL
81 B
SQL

alter table characters add column group_id int(10) unsigned not null default '0';