fix(Toxic): Bounty event didn't use amount argument
This commit is contained in:
parent
d51391172b
commit
2735ad2b52
@ -35,7 +35,7 @@ namespace big::toxic
|
|||||||
0, // doesn't matter of we set this to something else, the TRIGGER_SCRIPT_EVENT routine will set it to our player id anyways
|
0, // doesn't matter of we set this to something else, the TRIGGER_SCRIPT_EVENT routine will set it to our player id anyways
|
||||||
target,
|
target,
|
||||||
0, // set by player or NPC?
|
0, // set by player or NPC?
|
||||||
10000,
|
amount,
|
||||||
0, 1, 0, 0, 0, 0, 0, 0,
|
0, 1, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0,
|
||||||
*script_global(1921036).at(9).as<int*>(),
|
*script_global(1921036).at(9).as<int*>(),
|
||||||
|
Reference in New Issue
Block a user