5d94cf8f67
- C_Timer OnUpdate uses elapsed param - IsAchievementCompletion checks completion boolean - C_Map.GetPlayerMapPosition fixes - QuestieLearner GUID function forward declarations - Taint guards on secure hooks (InCombatLockdown + pcall) Fixes ADDON_ACTION_BLOCKED: UseAction() errors
12 lines
420 B
PowerShell
12 lines
420 B
PowerShell
cd 'C:\Users\kance\Documents\GitHub\Questie-X'
|
|
git add -A
|
|
git commit -m "feat: v1.4.0 - Code review fixes and taint resolution
|
|
|
|
- C_Timer OnUpdate uses elapsed param
|
|
- IsAchievementCompletion checks completion boolean
|
|
- C_Map.GetPlayerMapPosition fixes
|
|
- QuestieLearner GUID function forward declarations
|
|
- Taint guards on secure hooks (InCombatLockdown + pcall)
|
|
|
|
Fixes ADDON_ACTION_BLOCKED: UseAction() errors"
|
|
git push |