Skip to content

Commit 4e0f6d1

Browse files
authored
Merge pull request #70 from grcrt/fix_AO
Fix ao
2 parents 47f81d8 + 1158f79 commit 4e0f6d1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.3.0](https://github.com/grcrt/grcrt-script/compare/v5.2.0...v5.3.0) (2022-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* wall units displayed as smart numbers ([701566c](https://github.com/grcrt/grcrt-script/commit/701566ced16086615c6195879703ec0ce1a8213a))
7+
8+
9+
### Features
10+
11+
* adds hero icon to town list ([da8d091](https://github.com/grcrt/grcrt-script/commit/da8d09118b6b93964c0cfef4ef52c0e754921987))
12+
113
# [5.2.0](https://github.com/grcrt/grcrt-script/compare/v5.1.2...v5.2.0) (2022-04-03)
214

315

modules/GRCRT_AO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function _GRCRT_AO() {
421421
'.grcrt_ao_scroll .textbox {margin: 0px '+_aoMargin+'px; width: 40px; float: left;}'
422422
)
423423
.append(
424-
'.grcrt_ao_bl, .grcrt_ao_br, .grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {float: left; height: 24px; background: url('+Game.img()+'/game/survey/survey_sprite.png) no-repeat scroll 0px -39px;}\n'+
424+
'.grcrt_ao_bl, .grcrt_ao_br, .grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {float: left; height: 24px; background: url('+RepConv.grcrt_cdn+'/img/survey_sprite.png) no-repeat scroll 0px -39px;}\n'+
425425
'.grcrt_ao_bl, .grcrt_ao_br {width: 2px;}\n'+
426426
'.grcrt_ao_green, .grcrt_ao_gray, .grcrt_ao_red {width: 36px;}\n'+
427427
'.grcrt_ao_bl {background-position: 0px -39px;}\n'+

0 commit comments

Comments
 (0)