fix(Toxic): Bounty event didn't use amount argument

This commit is contained in:
Yimura 2022-02-04 18:36:15 +01:00
parent d51391172b
commit 2735ad2b52
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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*>(),