mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 06:44:31 +02:00
fix(guild): implement alliance application toggle (#166)
Alliance applications were hardcoded to always-open. Add a `recruiting` column to guild_alliances and handle OperateJoint actions 0x06 (Allow) and 0x07 (Deny) confirmed via Wii U debug symbols. Only the parent guild leader can toggle the setting, matching the existing disband guard.
This commit is contained in:
1
server/migrations/sql/0004_alliance_recruiting.sql
Normal file
1
server/migrations/sql/0004_alliance_recruiting.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.guild_alliances ADD COLUMN recruiting boolean NOT NULL DEFAULT true;
|
||||
Reference in New Issue
Block a user