Skip to content

Commit 7d689a5

Browse files
Merge branch 'BreakBB:master' into Alessandro-Barbieri-patch-2
2 parents 7122680 + 84e387e commit 7d689a5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

ExtendedCharacterStats-BCC.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 20505
2-
## Title: Extended Character Stats v5.1.0
3-
## Version: 5.1.0
2+
## Title: Extended Character Stats v5.1.1
3+
## Version: 5.1.1
44
## Author: BreakBB, Ethulu
55
## Notes: Displays an extra window with more information about your characters stats ( Crit/Hit/Block etc )
66
## Notes-esMX: Muestra una ventana adicional con más información sobre las estadísticas de tus personajes (Crítico/Golpe/Bloqueo, etc.)

ExtendedCharacterStats-Classic.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 11508
2-
## Title: Extended Character Stats v5.1.0
3-
## Version: 5.1.0
2+
## Title: Extended Character Stats v5.1.1
3+
## Version: 5.1.1
44
## Author: BreakBB, Ethulu
55
## Notes: Displays an extra window with more information about your characters stats ( Crit/Hit/Block etc )
66
## Notes-esMX: Muestra una ventana adicional con más información sobre las estadísticas de tus personajes (Crítico/Golpe/Bloqueo, etc.)

ExtendedCharacterStats-WOTLKC.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 38000
2-
## Title: Extended Character Stats v5.1.0
3-
## Version: 5.1.0
2+
## Title: Extended Character Stats v5.1.1
3+
## Version: 5.1.1
44
## Author: BreakBB, Ethulu
55
## Notes: Displays an extra window with more information about your characters stats ( Crit/Hit/Block etc )
66
## Notes-esMX: Muestra una ventana adicional con más información sobre las estadísticas de tus personajes (Crítico/Golpe/Bloqueo, etc.)

Modules/Data/Ranged.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function _Ranged:GetHitBonus()
6262
local hitValue = 0
6363

6464
-- Biznick Scope awards Hit rating in TBC and is part of CR_HIT_RANGED
65-
if (not ECS.IsWotlk) then
65+
if ECS.IsClassic then
6666
local rangedEnchant = DataUtils:GetEnchantForEquipSlot(Utils.CHAR_EQUIP_SLOTS["Range"])
6767
if rangedEnchant and rangedEnchant == Data.Enchant.Ids.BIZNICK_SCOPE then
6868
hitValue = hitValue + 3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![build](https://github.com/BreakBB/ExtendedCharacterStats/workflows/build/badge.svg) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
44

55
[![Downloads](https://img.shields.io/github/downloads/BreakBB/ExtendedCharacterStats/total.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/)
6-
[![Downloads Latest](https://img.shields.io/github/downloads/BreakBB/ExtendedCharacterStats/v5.1.0/total.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)
6+
[![Downloads Latest](https://img.shields.io/github/downloads/BreakBB/ExtendedCharacterStats/v5.1.1/total.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)
77
[![Date Latest](https://img.shields.io/github/release-date/BreakBB/ExtendedCharacterStats.svg)](https://github.com/BreakBB/ExtendedCharacterStats/releases/latest)
88
[![Commits Since Latest](https://img.shields.io/github/commits-since/BreakBB/ExtendedCharacterStats/latest.svg)](https://github.com/BreakBB/ExtendedCharacterStats/commits/master)
99

0 commit comments

Comments
 (0)