diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-09-05 21:59:58 -0300 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-09-05 21:59:58 -0300 |
commit | 3b987c4a891ef106c3a8b74f4754db45d1133493 (patch) | |
tree | 17f5b16c110d62dab04f161014c7b8a97cbcf3dd /sql | |
parent | 7f93e1e56e205c974b7644c6efa80fec11a6a78b (diff) |
Scripts/Commands: Move instance command strings to database
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_XX_XX_XX_trinity_string.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2014_XX_XX_XX_trinity_string.sql b/sql/updates/world/2014_XX_XX_XX_trinity_string.sql new file mode 100644 index 00000000000..d791e59647d --- /dev/null +++ b/sql/updates/world/2014_XX_XX_XX_trinity_string.sql @@ -0,0 +1,14 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056);
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(5045, 'Map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'),
+(5046, 'Player binds: %d'),
+(5047, 'Group binds: %d'),
+(5048, 'Unbinding map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'),
+(5049, 'Instances unbound: %d'),
+(5050, 'Instances loaded: %d'),
+(5051, 'Players in instances: %d'),
+(5052, 'Instance saves: %d'),
+(5053, 'Players bound: %d'),
+(5054, 'Groups bound: %d'),
+(5055, 'Map is not a dungeon.'),
+(5056, 'Map has no instance data.');
|