Skip to content

Commit 0de806c

Browse files
authored
chore: Update acore_string ids to avoid core reserved ids
1 parent a0c60a5 commit 0de806c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/sql/db-world/updates/mod_individual_xp_acore_string.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET @ENTRY:=35411;
1+
SET @ENTRY:=100000;
22
DELETE FROM `acore_string` WHERE `entry` BETWEEN @ENTRY+0 AND @ENTRY+9;
33
INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
44
(@ENTRY+0, 'This server is running the |cff4CFF00IndividualXpRate |rmodule.', '', '', '', '', '', 'Este servidor está ejecutando el módulo |cff4CFF00 mod-individual-xp.', 'Este servidor está ejecutando el módulo |cff4CFF00 mod-individual-xp.', ''),

src/individual_xp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IndividualXpModule individualXp;
2323

2424
enum IndividualXPAcoreString
2525
{
26-
ACORE_STRING_CREDIT = 35411,
26+
ACORE_STRING_CREDIT = 100000,
2727
ACORE_STRING_MODULE_DISABLED,
2828
ACORE_STRING_RATES_DISABLED,
2929
ACORE_STRING_COMMAND_VIEW,

0 commit comments

Comments
 (0)