v422-28-ga6b21ca
Details
-
FilenameDXE-v422-28-ga6b21ca.zip
-
Uploaded by
-
UploadedJan 20, 2010
-
Size953.68 KB
-
Downloads1,212
-
MD5a5a5f926ac007819b58bafce8087732f
Supported WoW Retail Versions
- 3.3.0
Changelog
kollektiv:
- Lanathel: Added enrage, essence on self, pact on self, bloodbolt whirl, bloodbolt duration, and swarming shadow alerts
- Blood Princes: Added invocation of blood, empowered shock, and inferno flames warnings. Added inferno flame arrow
- Putricide: separated gaseous bloat warning into self and others
- Festergut: Added gas spore raid icon marking
- bump all encounter versions
- userdata tables now specify the types. all of them are "series"
- added error checking to localization script
- fixed some localization typos
- enclose table-name in quotes
- renamed "%s Cast" => "%s Casting" and "%s Casted" => "%s Cast"
- some more tweaks to localize.rb
- finished localize.rb - grabs all phrases and imports them into the correct namespace
- renamed alerts namespace to alert
- delete old localize.lua
- assign namespace phrases to L.<namespace>
- change localization keyword substitutions to use a different table name based on namespace
- loader namespace phrases are now accessed through L.loader
- options namespace phrases are now accessed through L.options
- chat_msg_triggers_<zone> namespaces are renamed to chat_<zone>
- merge phrases in alerts_specific into alerts
alert namespace phrases are now accessed through L.alerts
- chat_msg_triggers_<zone> namespace phrases are now accessed through L.chat_msg_triggers_<zone>
- npc_ulduar namespace phrases are now accessed through L.npc_ulduar
- npc_northrend namespace phrases are now accessed through L.npc_northrend
- npc_naxxramas namespace phrases are now accessed through L.npc_naxxramas
- npc_kalimdor namespace phrases are now accessed through L.npc_kalimdor
- npc_coliseum namespace phrases are now accessed through L.npc_coliseum
- npc_citadel namespace phrases are now accessed through L.npc_citadel
- zone namespace phrases are now accessed through L.zone