-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
<h3>API</h3> | ||
<ul> | ||
<li>Items can now be built with a third parameter: uniqueID. This is sometimes required to send suffix item links through chat.</li> | ||
<li>ItemCache:Filter() callback is now passed a fourth parameter: uniqueID.</li> | ||
<li>Added Item:GetUniqueID().</li> | ||
<li>Added Item:HasUniqueID().</li> | ||
<li>Added Item:GetIDSuffixUniqueID().</li> | ||
<li>Added Item:GetLinkUncached().</li> | ||
<li>Added Item:GetClass().</li> | ||
<li>Added Item:GetSubClass().</li> | ||
<li>Added Item:GetClassSubClass().</li> | ||
</ul> | ||
<h3>Changes</h3> | ||
<ul> | ||
<li>Druids can now use polearms in Era.</li> | ||
</ul> | ||
<h3>Bug Fixes</h3> | ||
<ul> | ||
<li>Fixed an issue with linking items that scale by character level.</li> | ||
<li>Fixed another issue with localized druid text due to the Cataclysm API change.</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters