Skip to content

Commit e6aec8b

Browse files
authored
Merge pull request #60 from grcrt/ares_sacrifice
Ares sacrifice
2 parents 8f97bf0 + bb80323 commit e6aec8b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.1.1](https://github.com/grcrt/grcrt-script/compare/v5.1.0...v5.1.1) (2021-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* adds new mythical units ([c7c3856](https://github.com/grcrt/grcrt-script/commit/c7c385649728deee9dd66bec0ba229d870468b71))
7+
* parses additional label for wedding spell ([004ea45](https://github.com/grcrt/grcrt-script/commit/004ea4519ebc4c325bac05650e67ce38e3a987f9))
8+
* repairs missing name of farming village ([c12b580](https://github.com/grcrt/grcrt-script/commit/c12b5802e43b4a70572f75178f98c9bdb9cfde2d))
9+
110
# [5.1.0](https://github.com/grcrt/grcrt-script/compare/v5.0.10...v5.1.0) (2020-11-06)
211

312

common/RepConvForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function _RepConvForm(){
183183
'min: 0,\n'+
184184
'max: 100,\n'+
185185
'step: 5,\n'+
186-
'value: '+params.volume+',\n'+
186+
'value: parseInt('+params.volume+'),\n'+
187187
'template: \'tpl_grcrt_slider\'\n'+
188188
'}).on(\'sl:change:value\', function (e, _sl, value) {\n'+
189189
'$(\'#grcrt_'+params.name+'_value\').attr(\'value\',value);\n'+

modules/GRCRTConverterCtrl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@ function _GRCRTConverterCtrl(wnd) {
18681868
case "demoralizing_plague" :
18691869
case "sudden_aid" :
18701870
case "demoralized_army" :
1871+
case "ares_sacrifice" :
18711872
report.type = 2;
18721873
break;
18731874

0 commit comments

Comments
 (0)