From ac1d61ef804ac5925e76c74ac456613714c928db Mon Sep 17 00:00:00 2001 From: Nick Ashley Date: Sat, 2 May 2015 00:10:42 -0400 Subject: Remove MorganState and SetMorganMask (non-existent functions) Fixes Morgan --- world/map/npc/items/check_wand.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'world/map/npc/items') diff --git a/world/map/npc/items/check_wand.txt b/world/map/npc/items/check_wand.txt index 43190a85..5a339049 100644 --- a/world/map/npc/items/check_wand.txt +++ b/world/map/npc/items/check_wand.txt @@ -48,8 +48,7 @@ L_Loop: L_SetWand: set @Wand, $@WandsPwr[@wand_loop]; set @WandID, $@WandsAnim[@wand_loop]; - callfunc "MorganState"; - if (@morgan == 2) + if (QL_MORGAN == 2) goto L_SetCastOnce; goto L_Return; @@ -60,8 +59,7 @@ L_LoopAgain: goto L_Loop; L_SetCastOnce: - set @morgan_tmp, 3; - callfunc "SetMorganMask"; + set QL_MORGAN, 3; goto L_Return; L_Return: -- cgit v1.2.3-60-g2f50