Mercurial > mm7
comparison NPC.cpp @ 659:c10163a6d946
NPC hiring fixed
author | zipi |
---|---|
date | Tue, 12 Mar 2013 23:11:11 +0000 |
parents | 1ff57450f090 |
children | 8c6c41037c39 |
comparison
equal
deleted
inserted
replaced
658:cec42951eda0 | 659:c10163a6d946 |
---|---|
674 } | 674 } |
675 pNPCDataBuff->uProfession = gen_profession - 1; | 675 pNPCDataBuff->uProfession = gen_profession - 1; |
676 pNPCDataBuff->Location2D = uLocation2D; | 676 pNPCDataBuff->Location2D = uLocation2D; |
677 pNPCDataBuff->field_24 = 1; | 677 pNPCDataBuff->field_24 = 1; |
678 pNPCDataBuff->joins = 1; | 678 pNPCDataBuff->joins = 1; |
679 pNPCDataBuff->evt_A = 0; | |
680 pNPCDataBuff->evt_B = 0; | |
681 pNPCDataBuff->evt_C = 0; | |
682 pNPCDataBuff->evt_D = 0; | |
683 pNPCDataBuff->evt_E = 0; | |
684 pNPCDataBuff->evt_F = 0; | |
679 } | 685 } |
680 | 686 |
681 //----- (00476387) -------------------------------------------------------- | 687 //----- (00476387) -------------------------------------------------------- |
682 bool PartyHasDragon() | 688 bool PartyHasDragon() |
683 { | 689 { |