mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
More 'dictionary' updates..added 'constants' files to client translators..started replacement of hard-coded inventory values.
This commit is contained in:
+1
-1
@@ -872,7 +872,7 @@ XS(XS_Mob_Attack)
|
||||
Perl_croak(aTHX_ "other is nullptr, avoiding crash.");
|
||||
|
||||
if (items < 3)
|
||||
Hand = 13;
|
||||
Hand = MainPrimary;
|
||||
else {
|
||||
Hand = (int)SvIV(ST(2));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user