diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-08-03 04:21:23 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-08-03 04:21:23 +0000 |
commit | e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13 (patch) | |
tree | d47485bdedb606507f483d1403db8bb1865b3631 /src/map/clif.cpp | |
parent | 5951f881178cc785438a829604888fbf7ffd3e07 (diff) | |
parent | 28f1cdc73799c43f4112f524a64fa6d3b26ba696 (diff) | |
download | tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.gz tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.bz2 tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.tar.xz tmwa-e8fbc9c718ac01aa10ce82d5bfc58754e8ba1e13.zip |
Merge branch 'atk_delays' into 'master'
weapon base attack delay standardization
See merge request legacy/tmwa!249
Diffstat (limited to 'src/map/clif.cpp')
-rw-r--r-- | src/map/clif.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.cpp b/src/map/clif.cpp index e81a510..9edf2af 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -3762,7 +3762,7 @@ RecvResult clif_parse_LoadEndAck(Session *s, dumb_ptr<map_session_data> sd) clif_equiplist(sd); clif_initialstatus(sd); clif_changeoption(sd); - clif_changelook(sd, LOOK::WEAPON, static_cast<uint16_t>(ItemLook::NONE)); + clif_changelook(sd, LOOK::WEAPON, static_cast<uint16_t>(ItemLook::W_FIST)); clif_updatestatus(sd, SP::MAXWEIGHT); clif_updatestatus(sd, SP::WEIGHT); npc_event_doall_l(stringish<ScriptLabel>("OnPCLoginEvent"_s), sd->bl_id, nullptr); |