mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 01:22:27 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
commit
5b24cbde5d
@ -2261,7 +2261,7 @@ const NPCType* ZoneDatabase::GetMercType(uint32 id, uint16 raceid, uint32 client
|
|||||||
tmpNPCType->gender = atoi(row[7]);
|
tmpNPCType->gender = atoi(row[7]);
|
||||||
tmpNPCType->texture = atoi(row[8]);
|
tmpNPCType->texture = atoi(row[8]);
|
||||||
tmpNPCType->helmtexture = atoi(row[9]);
|
tmpNPCType->helmtexture = atoi(row[9]);
|
||||||
tmpNPCType->attack_delay = atoi(row[10]);
|
tmpNPCType->attack_delay = atoi(row[10]) * 100; // TODO: fix DB
|
||||||
tmpNPCType->STR = atoi(row[11]);
|
tmpNPCType->STR = atoi(row[11]);
|
||||||
tmpNPCType->STA = atoi(row[12]);
|
tmpNPCType->STA = atoi(row[12]);
|
||||||
tmpNPCType->DEX = atoi(row[13]);
|
tmpNPCType->DEX = atoi(row[13]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user