egs_game: A value was wrong for send_1a02.

This commit is contained in:
Loïc Hoguin 2010-10-06 17:28:10 +02:00
parent cd956a2aff
commit f2b5472f5b

View File

@ -585,7 +585,7 @@ event({npc_shop_request, ShopID}, _State) ->
80 -> psu_game:send_1a02(0, 17, 17, 3, 9); %% lumilass
90 -> psu_game:send_1a02(0, 5, 1, 4, 5); %% parum weapon grinding
91 -> psu_game:send_1a02(0, 5, 5, 4, 7); %% tenora weapon grinding
92 -> psu_game:send_1a02(0, 5, 0, 4, 0); %% yohmei weapon grinding
92 -> psu_game:send_1a02(0, 5, 8, 4, 0); %% yohmei weapon grinding
93 -> psu_game:send_1a02(0, 5, 18, 4, 0); %% kubara weapon grinding
_ -> psu_game:send_1a02(0, 0, 1, 0, 0)
end;