[L2Server] Warehouse GM view bug

Issue #107 resolved
Master Toma repo owner created an issue

Sometimes GM view shows wrong items from char WH (at the end)

https://www.youtube.com/watch?v=EkqINVqAP18&feature=youtu.be

He has following items:

("suede", 233);
("wooden_helmet", 1);
("iron_ore", 455);
("short_leather_gloves", 1);
("rp_coarse_bone_powder", 1);
("stem", 626);
("rp_cord", 1);
("wooden_helmet", 1);
("coal", 487);
("leather_shoes", 1);
("rp_steel_mold", 1);
("rp_compound_braid", 1);
("braided_hemp", 156);
("animal_skin", 509);
("charcoal", 295);
("animal_bone", 392);
("leather", 23);
("thread", 172);
("silver_nugget", 31);
("great_helmet_material", 1);
("high_grade_suede", 3);
("bronze_breastplate", 1);
("bronze_gaiters", 1);
("boots", 1);
("rp_bonebreaker", 1);
("rp_glaive", 1);
("oriharukon_ore", 19);
("cord", 155);
("reinforcing_agent", 5);
("compound_braid", 6);
("admantite_nugget", 10);
("crafted_leather", 2);
("rp_brigandine_gauntlet", 1);
("coarse_bone_powder", 42);
("rp_ghost_staff", 1);
("stone_of_purity", 14);
("mithril_ore", 10);
("varnish", 207);
("metallic_fiber", 3);
("rp_oriharukon", 1);
("rp_bonebreaker", 1);

Comments (3)

  1. Master Toma reporter

    There is a bug in cacheDHandlers::packet105_ReplyLoadWarehouseItemList about ++itemCount

  2. Log in to comment