diff --git a/data/sql/db-auth/base/.gitkeep b/data/sql/db-auth/base/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-auth/updates/.gitkeep b/data/sql/db-auth/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/base/.gitkeep b/data/sql/db-characters/base/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-characters/updates/.gitkeep b/data/sql/db-characters/updates/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/data/sql/db-world/base/quest_party_acore_string.sql b/data/sql/db-world/base/quest_party_acore_string.sql index 9ef8b52..e023f50 100644 --- a/data/sql/db-world/base/quest_party_acore_string.sql +++ b/data/sql/db-world/base/quest_party_acore_string.sql @@ -1,4 +1,4 @@ SET @ENTRY:=35440; DELETE FROM `acore_string` WHERE `entry`=@ENTRY; INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES -(@ENTRY, 'This server is running the |cff4CFF00Quest Loot Party |rmodule.', '', '', '', '', '', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', ''); +(@ENTRY, 'This server is running the |cff4CFF00Quest Loot Party |rmodule.', '', '', 'Dieser Server verwendet das |cff4CFF00Quest Loot Party |rModul.', '', '', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', 'Este servidor está ejecutando el módulo |cff4CFF00Quest Loot Party.', '');