Skip to content

Commit

Permalink
fix(DB/acore_string) change %s for {}
Browse files Browse the repository at this point in the history
  • Loading branch information
pangolp committed Oct 28, 2024
1 parent 9f0c2ec commit 418f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/db-world/base/recruit_friend_acore_string.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_f
(@ENTRY+3, '[Recruit Friend] Excellent, you have recruited in the right way. Close the game, and log in again, for the changes to take effect.', '', '', '', '', '', '[Reclutar Amigo] Excelente, has reclutado de la forma correcta. Cierra el juego e inicia sesión de nuevo para que los cambios surtan efecto.', '[Reclutar Amigo] Excelente, has reclutado de la forma correcta. Cierra el juego e inicia sesión de nuevo para que los cambios surtan efecto.', ''),
(@ENTRY+4, '[Recruit Friend] Excellent, your recruitment has been reset. Close the game and log back in for the changes to take effect.', '', '', '', '', '', '[Reclutar Amigo] Excelente tu reclutamiento ha sido reiniciado. Cierra el juego y vuelve a iniciar sesión para que los cambios surtan efecto.', '[Reclutar Amigo] Excelente tu reclutamiento ha sido reiniciado. Cierra el juego y vuelve a iniciar sesión para que los cambios surtan efecto.', ''),
(@ENTRY+5, '[Recruit Friend] You cannot recruit yourself.', '', '', '', '', '', '[Reclutar Amigo] No te puedes reclutar a ti mismo.', '[Reclutar Amigo] No te puedes reclutar a ti mismo.', ''),
(@ENTRY+6, '[Recruit Friend] Recruited character: %s', '', '', '', '', '', '[Recruit Friend] Personaje reclutado: %s', '[Recruit Friend] Personaje reclutado: %s', '');
(@ENTRY+6, '[Recruit Friend] Recruited character: {}', '', '', '', '', '', '[Recruit Friend] Personaje reclutado: {}', '[Recruit Friend] Personaje reclutado: {}', '');

0 comments on commit 418f11f

Please sign in to comment.