diff options
| author | Lopin <davca.hr@seznam.cz> | 2011-08-22 12:07:27 +0200 |
|---|---|---|
| committer | Lopin <davca.hr@seznam.cz> | 2011-08-22 12:07:27 +0200 |
| commit | b92d6f3d20edcdb311b30db9bd7e9a4179338290 (patch) | |
| tree | a0a98b93a2f99e56c5f4f9a59077c3133ffa24d7 /sql | |
| parent | 6e79510bc5fd14819d6c2fdb8c2c0b2c3c89819b (diff) | |
Core/Commands: Added TrinityString instead of hardcoded string
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_08_22_00_world_trinity_string.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_22_00_world_trinity_string.sql b/sql/updates/world/2011_08_22_00_world_trinity_string.sql new file mode 100644 index 00000000000..b6737833a65 --- /dev/null +++ b/sql/updates/world/2011_08_22_00_world_trinity_string.sql @@ -0,0 +1,4 @@ +DELETE FROM `trinity_string` WHERE `entry`=1136; +INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`) +VALUES +(1136,'Character %s has never been banned!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
