diff options
author | Bezo <BezoCCCP@gmail.com> | 2013-01-31 00:30:29 +0200 |
---|---|---|
committer | Bezo <BezoCCCP@gmail.com> | 2013-01-31 00:30:29 +0200 |
commit | 83e3bf6d6d76156f36f3eaec28ef2244f9826fdf (patch) | |
tree | 170066c4ae6e58254bcd7c05c5343b7676a21ac8 | |
parent | 760d62e934f8289cdd9950c04a4dbf588eddd742 (diff) |
Remove \ No newline at end of file
-rw-r--r-- | sql/updates/auth/2013_xx_xx_00_auth_account.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2013_xx_xx_00_world_trinity_string.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/auth/2013_xx_xx_00_auth_account.sql b/sql/updates/auth/2013_xx_xx_00_auth_account.sql index fa893915716..9af73d41ee3 100644 --- a/sql/updates/auth/2013_xx_xx_00_auth_account.sql +++ b/sql/updates/auth/2013_xx_xx_00_auth_account.sql @@ -1,3 +1,3 @@ ALTER TABLE `account` ADD COLUMN `mutereason` VARCHAR(255) NOT NULL DEFAULT '' AFTER `mutetime`, - ADD COLUMN `muteby` VARCHAR(50) NOT NULL DEFAULT '' AFTER `mutereason`;
\ No newline at end of file + ADD COLUMN `muteby` VARCHAR(50) NOT NULL DEFAULT '' AFTER `mutereason`; diff --git a/sql/updates/world/2013_xx_xx_00_world_trinity_string.sql b/sql/updates/world/2013_xx_xx_00_world_trinity_string.sql index 5c531a0895d..0a4ec437b28 100644 --- a/sql/updates/world/2013_xx_xx_00_world_trinity_string.sql +++ b/sql/updates/world/2013_xx_xx_00_world_trinity_string.sql @@ -1,4 +1,4 @@ DELETE FROM `trinity_string` WHERE entry IN (300,550); INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES ('300','Your chat has been disabled for %u minutes. By: %s ,Reason: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -('550','Mute time remaining: %s, By: %s, Reason: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
\ No newline at end of file +('550','Mute time remaining: %s, By: %s, Reason: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |