Skip to content

Commit

Permalink
fix: vip groups schema (opentibiabr#2651)
Browse files Browse the repository at this point in the history
Fixes the schema of vip groups.
  • Loading branch information
phacUFPE authored May 25, 2024
1 parent 5f88c6d commit dabbead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ INSERT INTO `players`
(6, 'GOD', 6, 1, 2, 0, 155, 155, 100, 113, 115, 95, 39, 75, 0, 60, 60, 0, 8, '', 410, 1, 10, 0, 10, 0, 10, 0, 10, 0);

-- Create vip groups for GOD account
INSERT INTO `account_vipgroups` (`id`, `name`, `account_id`. `customizable`) VALUES
INSERT INTO `account_vipgroups` (`id`, `name`, `account_id`, `customizable`) VALUES
(1, 'Friends', 1, 0),
(2, 'Enemies', 1, 0),
(3, 'Trading Partners', 1, 0);

0 comments on commit dabbead

Please sign in to comment.