ddon-server/Arrowgene.Ddon.Database/Files/Database/Script/migration_rented_pawn.sql
Paul Campbell 68c7b1a730 feat: Add support to hire pawns
Added the ability to hire other player pawns through the rift crystal.
2024-08-26 15:21:32 -04:00

3 lines
171 B
SQL

ALTER TABLE "ddon_pawn" ADD "is_official_pawn" INTEGER DEFAULT 0 NOT NULL;
UPDATE ddon_character SET rental_pawn_slot_num=3 WHERE my_pawn_slot_num > 0 AND game_mode = 1;