mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
The personal poogie (goocoo) system was completely broken because the code referenced the old "gook" table/column names while the database schema had been renamed to "goocoo". All read/write queries failed silently, resulting in no poogie data being saved for any player. Backports from main: renamed Gook struct to Goocoo with correct structured fields (22 int16 + 2 uint32), updated all SQL queries to use goocoo table/columns, and added comprehensive packet parsing tests.