Skip to content

Commit

Permalink
Fix syntax error in item_latents.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaver-DaRed committed Nov 18, 2023
1 parent 480de76 commit aeeb077
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sql/item_latents.sql
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ INSERT INTO `item_latents` VALUES (13143,368,25,13,193);
-- Uggalepih Pendant
INSERT INTO `item_latents` VALUES (13145,28,8,4,51); -- "Magic Atk. Bonus" while MP <51%

----------------------------------------------------------
-- Brisingamen+1
----------------------------------------------------------
-- Brisingamen +1
INSERT INTO `item_latents` VALUES (13162,2,12,26,0); -- Daytime: HP +12
INSERT INTO `item_latents` VALUES (13162,5,12,26,1); -- Nighttime: MP +12
INSERT INTO `item_latents` VALUES (13162,8,7,28,0); -- Firesday: STR +7
Expand Down

0 comments on commit aeeb077

Please sign in to comment.