diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-08-05 20:00:08 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-08-05 20:00:08 +0100 |
| commit | 8af6e6ca79643a2b0d576883a8015a0a9540612a (patch) | |
| tree | 520e3c71073c80bb72798d92ffab04fb2b06af97 /sql | |
| parent | ccdba0859d07d962e159a830d7cc42f33698a2ca (diff) | |
| parent | f37d0495e116fb1f7ad164fdb5d667d1ae5f1d68 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_04_04_world_trinity_string.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/2013_08_05_01_world_trinity_string.sql | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_04_04_world_trinity_string.sql b/sql/updates/world/2013_08_04_04_world_trinity_string.sql new file mode 100644 index 00000000000..cab49ba73f3 --- /dev/null +++ b/sql/updates/world/2013_08_04_04_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5037; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(5037, 'MechanicImmuneMask: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); 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; |
