diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 22:34:46 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-03-09 22:34:46 +0100 |
| commit | 65b16a97bee09e9c5114a35be7b0122987d249e1 (patch) | |
| tree | 5d42618930add2f230969b05e02a7cd515c102a4 /sql | |
| parent | ce0add2121222f362537fff3f680d32cd55afe02 (diff) | |
Core/Commands: Add unit flags 2 for .npc info
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_03_09_04_world_trinity_string.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_09_04_world_trinity_string.sql b/sql/updates/world/2013_03_09_04_world_trinity_string.sql new file mode 100644 index 00000000000..dea2a044c99 --- /dev/null +++ b/sql/updates/world/2013_03_09_04_world_trinity_string.sql @@ -0,0 +1,4 @@ +UPDATE `trinity_string` SET `content_default`='Unit Flags: %u. +Unit Flags 2: %u. +Dynamic Flags: %u. +Faction Template: %u.' WHERE `entry`=542; |
