Skip to content

Commit 6a1f3c3

Browse files
committed
chore: rev 04
1 parent 50e35d9 commit 6a1f3c3

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

AzerothCoreAdmin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gettingGOBinfo=0
3131
gettingGOBinfoinfo=0
3232

3333
MAJOR_VERSION = "AzerothCoreAdmin"
34-
MINOR_VERSION = "$Revision: 003 $"
34+
MINOR_VERSION = "$Revision: 004 $"
3535
ROOT_PATH = "Interface\\AddOns\\AzerothCoreAdmin\\"
3636
local cont = ""
3737
if not AceLibrary then error(MAJOR_VERSION .. " requires AceLibrary") end

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [ACAdmin-Revision 01](#ACAdmin-Revision-01)
1212
- [ACAdmin-Revision 02](#ACAdmin-Revision-02)
1313
- [ACAdmin-Revision 03](#ACAdmin-Revision-03)
14+
- [ACAdmin-Revision 04](#ACAdmin-Revision-04)
1415
2. [TrinityAdmin Changelogs](#TrinityAdmin-Changelogs)
1516
- [TA-Revision 58](#TA-Revision-58)
1617
- [TA-Revision 57](#TA-Revision-57)
@@ -50,6 +51,28 @@
5051

5152
## AzerothCoreAdmin Changelogs
5253

54+
### ACAdmin-Revision _04_
55+
56+
[Back to Top](#Table-of-Contents)
57+
58+
**Release date:** _08/12/2021_
59+
60+
**Changelog:**
61+
62+
- GM-TAB:
63+
- ADD: Teleport command
64+
- FIX: Missing target check on teleport
65+
- CHAR-TAB:
66+
- ADD: Learn and Unlearn Command
67+
- ADD: Preset Learn dropdown
68+
- FIX: modify and reset dropdowns
69+
- REMOVE: TrinityCore's commands customizations not bliz-like
70+
- REWORK: Ported to GenericCaller() all CHAR commands
71+
- REWORK: CHAR UI
72+
- CODE:
73+
- Some cleanup
74+
75+
5376
### ACAdmin-Revision _03_
5477

5578
[Back to Top](#Table-of-Contents)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _The adaption is based on the most updated fork available of TrinityAdmin for 3.
2828
## TO-DO (Adapted TABS)
2929

3030
- [x] GM
31-
- [ ] CHAR _(In progress..)_
31+
- [x] CHAR
3232
- [ ] NPC
3333
- [ ] GOB
3434
- [x] TELE

Textures/ACAdmin_CHAR.png

31.2 KB
Loading

Textures/ACAdmin_GM.png

8.27 KB
Loading

0 commit comments

Comments
 (0)