diff options
| author | runningnak3d <none@none> | 2008-12-22 17:30:34 +0000 |
|---|---|---|
| committer | runningnak3d <none@none> | 2008-12-22 17:30:34 +0000 |
| commit | 0e3e94bba6e677880029dc46d285fd08116e73da (patch) | |
| tree | e60f74a1cbd11eb02563ff4f98eb0edb859590ca /sql/updates/334_world.sql | |
| parent | a007964d93833f8d7d9558e40db16eb34c113f86 (diff) | |
* More SQL cleanup to remove things that should have never been commited to
* the core repo.
* This is not a new build, don't recompile, you will be wasting your time.
* As a matter of fact, don't bother ever compiling a rev that has my name on
* it, because you can be sure that it will have nothing important :P
* Wonder how long the commit message can be......
* PEACE!
--HG--
branch : trunk
rename : sql/updates/329_world_spell_proc_event.sql => sql/updates/329_world.sql
rename : sql/updates/332_world_spell_script_target.sql => sql/updates/332_world.sql
rename : sql/updates/333_world_spell_proc_event.sql => sql/updates/333_world.sql
rename : sql/updates/334_world_trinity_string.sql => sql/updates/334_world.sql
Diffstat (limited to 'sql/updates/334_world.sql')
| -rw-r--r-- | sql/updates/334_world.sql | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/334_world.sql b/sql/updates/334_world.sql new file mode 100644 index 00000000000..6cd6cb7714a --- /dev/null +++ b/sql/updates/334_world.sql @@ -0,0 +1,20 @@ +DELETE FROM `trinity_string` WHERE `entry` BETWEEN 770 AND 787; +INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`) VALUES +(770,'Your group has members not in your arena team. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(771,'Your group does not have enough players to join this match.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(772,'The Gold Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(773,'The Green Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(774,'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(775,'Your group has an offline member. Please remove him before joining.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(776,'Your group has players from the opposing faction. You can\'t join the battleground as a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(777,'Your group has players from different battleground brakets. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(778,'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(779,'Someone in your party is Deserter. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(780,'Someone in your party is already in three battleground queues. You cannot join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(781,'You cannot teleport to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(782,'You cannot summon players to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(783,'You must be in GM mode to teleport to a player in a battleground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(784,'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(785,'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(786,'|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
\ No newline at end of file |
