Changeset 44 for trunk/sql/updates
- Timestamp:
- 11/19/08 13:27:40 (17 years ago)
- Location:
- trunk/sql/updates
- Files:
-
- 3 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/updates/10_world.sql
r37 r44 16 16 17 17 18 DELETE FROM mangos_string WHERE entry IN (711,712);19 DELETE FROM mangos_string WHERE entry BETWEEN 730 AND 745;20 INSERT INTO mangos_string (entry, content_default) VALUES18 DELETE FROM trinity_string WHERE entry IN (711,712); 19 DELETE FROM trinity_string WHERE entry BETWEEN 730 AND 745; 20 INSERT INTO trinity_string (entry, content_default) VALUES 21 21 (711,'Your group is too large for this battleground. Please regroup to join.'), 22 22 (712,'Your group is too large for this arena. Please regroup to join.'), -
trunk/sql/updates/40_world.sql
r39 r44 70 70 71 71 -- Add ircpm command. 72 delete from `command` WHERE `name`='ircpm'; 72 73 insert into `command` (`name`, `security`, `help`) values ('ircpm', 0, 'Syntax: .ircpm <user> <text>\n\nSends a PM with <text> to <user> on IRC.'); 73 74 74 75 -- Add auto announce string. 75 insert into `mangos_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) values('746','|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); 76 DELETE FROM `trinity_string` WHERE `entry`=746; 77 insert into `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) values('746','|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);