Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
Line 40: Line 40:
   
 
* Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT [http://forums.worldofwarcraft.com/thread.html?topicId=6440785021&sid=1 source]
 
* Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT [http://forums.worldofwarcraft.com/thread.html?topicId=6440785021&sid=1 source]
  +
* GuildRosterSetOfficerNote - escape characters are now strictly evaluated and require escaping.
  +
[http://code.google.com/p/epgp/issues/detail?id=162 source]
  +
* Minimap:PingLocation(0,0) is now a restricted function to the Blizzard UI only.
  +
[http://forums.worldofwarcraft.com/thread.html?topicId=6440945725&sid=1 source]
   
 
==World environment==
 
==World environment==

Revision as of 08:50, 14 May 2008

Icon-patch-22x22 Patch 2.4.2 (undocumented changes)
Release date 13 May 2008
Initial version 8209
Interface .toc 20400
Highlights & notes
  • Bug fixes
Official links
Patch chronology
← Previous Next →
Patch 2.4.1
(Undocumented changes)
Patch 3.0.0
Useful links
PatchesPatches category

This article lists undocumented changes that have appeared in Patch 2.4.2.

Mage

  • Horace Alder <Mage Trainer> was added in Theramore, inside the tower.

Quests

Items

Sound

  • The warrior's Ability racial bloodrage [Bloodrage] ability has a new sound associated with it. This same sound is also used when mobs enrage.

User interface

  • Chat filters have been fixed.
  • Lines that wrap in chat frames are now indented all subsequent lines after the first.
  • The "Mount" line has been added to the tooltips of all mounts.
  • Sending an \n to chat no longer instantly logs players out. An emote gets sent instead: "<player> says something unintelligible."
  • Players' deaths now correctly appear in the combat log.

Lua/XML Changes

Following changes have been made in LUA/XML which would effect macros and addons :

  • Constants GOLD,SILVER and COPPER changed to GOLD_AMOUNT, SILVER_AMOUNT and COPPER_AMOUNT source
  • GuildRosterSetOfficerNote - escape characters are now strictly evaluated and require escaping.

source

  • Minimap:PingLocation(0,0) is now a restricted function to the Blizzard UI only.

source

World environment

Mac

  • New experimental performance tweak added using a combination of full screen glow and multisampling. Add the line SET AllowMultisampleFBO "1" to "/Applications/World of Warcraft/WoWTest/WTF/Config.wtf". Results were positive or neutral in limited testing. [2]