diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-05 14:51:42 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-05 14:51:42 +0200 |
| commit | 341dabb4234f0cf7911c9d1f3365d0537642967f (patch) | |
| tree | 0d400e4bd2d25ac9128356dfcfef0e2f0f8c6d83 /sql | |
| parent | c00c59c0f54ae7b2e9dc86e3e8a537983e19e7d8 (diff) | |
Core/Commands: Add .npc info more infos for unit_flags
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_05_01_world_trinity_string.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_05_01_world_trinity_string.sql b/sql/updates/world/2013_08_05_01_world_trinity_string.sql new file mode 100644 index 00000000000..7e9a465d49a --- /dev/null +++ b/sql/updates/world/2013_08_05_01_world_trinity_string.sql @@ -0,0 +1,8 @@ +DELETE FROM `trinity_string` WHERE `entry`=5038; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(5038, 'Unit Flags: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); + +UPDATE `trinity_string` SET `content_default`= +'Unit Flags 2: %u. +Dynamic Flags: %u. +Faction Template: %u.' WHERE `entry`=542; |
