mirror of
https://github.com/pangolp/mod-quest-loot-party.git
synced 2026-01-13 01:08:38 +00:00
First commit
This commit is contained in:
0
data/sql/db-world/base/.gitkeep
Normal file
0
data/sql/db-world/base/.gitkeep
Normal file
4
data/sql/db-world/base/quest_party_acore_string.sql
Normal file
4
data/sql/db-world/base/quest_party_acore_string.sql
Normal 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.', '');
|
||||
0
data/sql/db-world/updates/.gitkeep
Normal file
0
data/sql/db-world/updates/.gitkeep
Normal file
Reference in New Issue
Block a user