Skip to content

Commit

Permalink
Update world boss sync code
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jul 21, 2021
1 parent 337a477 commit 0769f7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Draenor/DBM-Draenor.toc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
## X-DBM-Mod-SubCategories-ruRU: Дренор,Нападения на гарнизон
## X-DBM-Mod-Sort: 604
## X-DBM-Mod-MapID: 1116, 1159, 1331, 1158, 1153, 1152, 1330, 1160, 1154, 1464
## X-DBM-Mod-MinCoreRevision: 20200524142133
## X-DBM-Mod-MinCoreRevision: 20210721040757
## X-DBM-Mod-MinExpansion: 5
## X-Curse-Project-ID: 101956
## X-WoWI-ID: 24535
Expand Down
1 change: 1 addition & 0 deletions DBM-Draenor/Drov.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local L = mod:GetLocalizedStrings()
mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(81252)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Draenor/Kazzak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(94015)
mod:SetEncounterID(1801)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors

mod:RegisterCombat("combat_yell", L.Pull)

Expand Down
1 change: 1 addition & 0 deletions DBM-Draenor/Rukhmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(83746)
mod:SetEncounterID(1755)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors

mod:RegisterCombat("combat")

Expand Down
1 change: 1 addition & 0 deletions DBM-Draenor/Tarlna.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod:SetRevision("@file-date-integer@")
mod:SetCreatureID(81535)
mod:SetEncounterID(1770)
mod:SetReCombatTime(20)
mod:EnableWBEngageSync()--Enable syncing engage in outdoors

mod:RegisterCombat("combat")--no yell

Expand Down

0 comments on commit 0769f7f

Please sign in to comment.