From e2d59507264157a0ba032ab2c316587868a524f7 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 13 Dec 2017 19:43:54 +0000 Subject: [PATCH] Smaller comment for bbs_favorites table. --- .../dist/db_installer/sql/game/bbs_favorites.sql | 2 +- .../dist/db_installer/sql/game/bbs_favorites.sql | 2 +- .../dist/db_installer/sql/game/bbs_favorites.sql | 2 +- .../dist/db_installer/sql/game/bbs_favorites.sql | 2 +- .../dist/db_installer/sql/game/bbs_favorite.sql | 2 +- .../dist/db_installer/sql/game/bbs_favorites.sql | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/bbs_favorites.sql b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/bbs_favorites.sql index 8e6fe0d258..40ce1ef670 100644 --- a/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/bbs_favorites.sql +++ b/L2J_Mobius_1.0_Ertheia/dist/db_installer/sql/game/bbs_favorites.sql @@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB; diff --git a/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/bbs_favorites.sql b/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/bbs_favorites.sql index 8e6fe0d258..40ce1ef670 100644 --- a/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/bbs_favorites.sql +++ b/L2J_Mobius_2.5_Underground/dist/db_installer/sql/game/bbs_favorites.sql @@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB; diff --git a/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/bbs_favorites.sql b/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/bbs_favorites.sql index 8e6fe0d258..40ce1ef670 100644 --- a/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/bbs_favorites.sql +++ b/L2J_Mobius_3.0_Helios/dist/db_installer/sql/game/bbs_favorites.sql @@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB; diff --git a/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/bbs_favorites.sql b/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/bbs_favorites.sql index 8e6fe0d258..40ce1ef670 100644 --- a/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/bbs_favorites.sql +++ b/L2J_Mobius_4.0_GrandCrusade/dist/db_installer/sql/game/bbs_favorites.sql @@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB; diff --git a/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/bbs_favorite.sql b/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/bbs_favorite.sql index ac3e587a2d..4bd869ab2b 100644 --- a/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/bbs_favorite.sql +++ b/L2J_Mobius_CT_2.6_HighFive/dist/db_installer/sql/game/bbs_favorite.sql @@ -7,6 +7,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB; diff --git a/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/bbs_favorites.sql b/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/bbs_favorites.sql index 8e6fe0d258..40ce1ef670 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/bbs_favorites.sql +++ b/L2J_Mobius_Classic_2.0_Saviors/dist/db_installer/sql/game/bbs_favorites.sql @@ -8,6 +8,6 @@ CREATE TABLE IF NOT EXISTS `bbs_favorites` ( PRIMARY KEY (`favId`), UNIQUE INDEX `favId_playerId` (`favId`, `playerId`) ) -COMMENT='This table saves the Favorite links from each player for the community board.' +COMMENT='This table saves the Favorite links for the CB.' COLLATE='utf8_unicode_ci' ENGINE=InnoDB;