diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-30 01:13:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-30 01:13:16 -0300 |
commit | efa9deda30baf1a7cf6f1b7f6979fac08d088a67 (patch) | |
tree | a8d031a0b66d2800b8da56dba63212496b29881d | |
parent | c937e90cad43b489c89a3cd1d0939bc47edcc7a4 (diff) | |
download | evol-hercules-efa9deda30baf1a7cf6f1b7f6979fac08d088a67.tar.gz evol-hercules-efa9deda30baf1a7cf6f1b7f6979fac08d088a67.tar.bz2 evol-hercules-efa9deda30baf1a7cf6f1b7f6979fac08d088a67.tar.xz evol-hercules-efa9deda30baf1a7cf6f1b7f6979fac08d088a67.zip |
Fix typo
-rw-r--r-- | src/emap/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index f2ded90..19cd48b 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -68,7 +68,7 @@ void eInitChangeTables(void) status->dbs->IconChangeTable[SC_VULNERABLE] = SI_VULNERABLE; status->dbs->IconChangeTable[SC_IMPRECISE] = SI_IMPRECISE; status->dbs->IconChangeTable[SC_DUMBHEAD] = SI_DUMBHEAD; - status->dbs->IconChangeTable[SC_SLOWPOKE] = SI_BOTTER_SYNDROME; + status->dbs->IconChangeTable[SC_SLOWPOKE] = SI_SLOWPOKE; // status->dbs->DisplayType[SC_PHYSICAL_SHIELD] = true; } |