Skip to content

Commit

Permalink
Update icon data for 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Feb 11, 2024
1 parent 93195a8 commit d03531d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel
### Added

* Add support for Classic Era 1.15.1
* Add icons from Classic Era 1.15.1 to icon picker

## [1.14.3] - 2024-01-17

Expand Down
2 changes: 2 additions & 0 deletions ClickedMedia/MediaClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6341,6 +6341,7 @@ local icons = {
[4680677] = "inv_lunarrabbitpet",
[4687496] = "inv_rabbitmountclassic",
[4777763] = "inv_magicalfishpet",
[5588107] = "ui_selffound",
}

--- @type integer[]
Expand Down Expand Up @@ -12667,6 +12668,7 @@ local order = {
4680677,
4687496,
4777763,
5588107,
}

--- @return table<integer,string>
Expand Down

0 comments on commit d03531d

Please sign in to comment.