mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/DB: Add a trinity string for pool respawns.
This commit is contained in:
3
sql/updates/world/3.3.5/2019_07_17_06_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_07_17_06_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `trinity_string` WHERE `entry`=5084;
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (5084,'pools');
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user