Core/DB: Add a trinity string for pool respawns.

This commit is contained in:
Treeston
2019-07-17 22:29:17 +02:00
parent 31f8218216
commit af66b60987
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `trinity_string` WHERE `entry`=5084;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5084,'pools');

View File

@@ -1050,8 +1050,9 @@ enum TrinityStrings
LANG_LIST_RESPAWNS_CREATURES = 5081,
LANG_LIST_RESPAWNS_GAMEOBJECTS = 5082,
LANG_OBJECTINFO_AITYPE = 5083,
LANG_LIST_RESPAWNS_POOLS = 5084,
// Room for more Trinity strings 5084-6603
// Room for more Trinity strings 5085-6603
// Level requirement notifications
LANG_SAY_REQ = 6604,