First commit

This commit is contained in:
Pagani Walter
2023-06-11 10:45:43 -03:00
commit 833c47e178
18 changed files with 881 additions and 0 deletions

View File

View File

View File

View File

View File

View File

@@ -0,0 +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.', '');

View File