Patch 1.13.3/API changes
Jump to navigation
Jump to search
This article documents API changes made in Patch 1.13.3.
|
Diffs
1.13.2 (32421) to 1.13.3 (32790)
- FrameXML: https://github.com/Gethe/wow-ui-source/commit/163ac1f68d1026f4faad2eb27a54838f080bc21a
- API resources: https://github.com/Ketho/BlizzardInterfaceResources/commit/0615bdcecbed09484fc035f2727cf54131e41a9c
Changes
- The TOC version is
11303
- Added the Keyring feature.
- Restricted SendChatMessage() to require hardware events.
- Removed the "CHANNEL" chat type from SendAddonMessage() and added "SAY" and "YELL" types. [1]
- UnitHealth() and UnitHealthMax() return health values for NPCs again instead of percentages (hotfixed). [2]
Global API
12 new functions | 10 removed functions |
---|---|
|
Events
Added
CVars
Added
References
- ^ Kaivax 2019-12-09. Classic Patch 1.13.3 Lua API Change.
- ^ Kaivax 2020-02-18. WoW Classic UI API Change for UnitHealth.