We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a214e9a commit 34c594dCopy full SHA for 34c594d
src/game-engine/world/action/magic-on-npc.action.ts
@@ -31,7 +31,7 @@ export type magic_on_npcActionHandler = (buttonAction: Magic_On_NPCAction) => vo
31
*/
32
export interface Magic_On_NPCAction {
33
// The npc world id that was clicked on after choosing the spell
34
- npc: Npc,
+ npc: Npc;
35
// The player performing the action.
36
player: Player;
37
// The ID of the UI widget that the button is on.
0 commit comments