v424
Details
-
FilenameDXE-v424.zip
-
Uploaded by
-
UploadedJan 20, 2010
-
Size953.75 KB
-
Downloads3,706
-
MD5d29d5b1b887731c7e2dbf1819f91417b
Supported WoW Retail Versions
- 3.3.0
Changelog
tag v424
6ca90243151e6edff4a2e46b0ebb16e3acc98456
kollektiv <kollektiv@pc>
2010-01-20 16:31:04 -0500
Tagging as v424
--------------------
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