Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VuhDo VuhDo
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 278
    • Issues 278
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VuhDo
  • VuhDoVuhDo
  • Issues
  • #67

Closed
Open
Created Jan 27, 2020 by wking@king1027

ANOUNCE_RESURRECTION not working in classic

Confirm the issue lies within VuhDo:

YES

Describe your environment:

  • VuhDo version (e.g. v3.102, Classic or Retail) vuhdo 3.111-classic
  • World of Warcraft region (ie. Americas/Oceanic, EU, CN or KR) CN
  • World of Warcraft client language (eg. enUS) zhCN

Summary of the issue:

ANOUNCE_RESURRECTION not working in classic.

I found the bug is in file "classic\Interface\AddOns\VuhDo\VuhDoSpellEventHandler.lua", line 121 local tChannel = (UnitInBattleground("player") or HasLFGRestrictions()) and "INSTANCE_CHAT" HasLFGRestrictions() function does not exist.

I modify to local tChannel = UnitInBattleground("player") and "INSTANCE_CHAT" it's work fine.

Edited Jan 27, 2020 by wking
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking