Changeset 295 for quests/includes/global_function.php
- Timestamp:
- Feb 7, 2008, 5:27:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/includes/global_function.php
r280 r295 64 64 array('5','Hlasování', 'yellowgreen', 'Pøihlá¹ení u¾ivatelù'), 65 65 array('6','Npc_text', 'tomato', 'Operace s NPC_texty'), 66 array('7','Page_text', 'aqua', 'Operace s page_texty'), 67 array('8','Client_text', 'black', 'Operace s clien_texty'), 66 68 ); 67 69 … … 105 107 ); 106 108 109 $client_files = array( 110 '0' => 'LocalizationStrings', 111 '1' => 'SpellBufDescription_1', 112 '2' => 'SpellDescription_1', 113 '3' => 'SpellDescription_2', 114 '4' => 'SpellDescription_3', 115 '5' => 'SpellDescription_4', 116 '6' => 'tallent', 117 ); 118 $client_text = array( 119 '0' => 'text', 120 ); 121 107 122 ?>
Note:
See TracChangeset
for help on using the changeset viewer.