--- ./src/map/packet_db.txt 2013-04-28 20:32:31.677701253 +0200 +++ ./src/map/packet_db.txt 2013-04-28 20:32:31.709701254 +0200 @@ -1801,8 +1801,8 @@ //2013-03-20Ragexe (Judas) packet_ver: 34 0x01FD,15,repairitem,2 0x086D,26,friendslistadd,2 -0x0897,5,hommenu,2:4 +0x0897,5,changedir,2:4 0x0947,36,storagepassword,0 0x086F,26,partyinvite2,2 0x0888,19,wanttoconnection,2:6:10:14:18 @@ -1810,7 +1810,7 @@ 0x089B,10,useskilltoid,2:4:6 0x0881,5,walktoxy,2 0x0363,6,ticksend,2 -0x093F,5,changedir,2:4 +0x093F,5,hommenu,2:4 0x0933,6,takeitem,2 0x0438,6,dropitem,2:4 0x08AC,8,movetokafra,2:4 @@ -1827,8 +1827,8 @@ 0x0998,8,equipitem,2:4 //0x0281,-1,itemlistwindowselected,2:4:8 0x0938,-1,reqopenbuyingstore,2:4:8:9:89 -//0x0817,2,reqclosebuyingstore,0 -//0x0360,6,reqclickbuyingstore,2 +0x0886,2,reqclosebuyingstore,0 +0x035f,6,reqclickbuyingstore,2 0x0922,-1,reqtradebuyingstore,2:4:8:12 0x094E,-1,searchstoreinfo,2:4:5:9:13:14:15 //0x0835,2,searchstoreinfonextpage,0 --- ./src/map/clif.c 2013-04-28 20:47:10.577728251 +0200 +++ ./src/map/clif.c 2013-04-28 20:47:10.221728240 +0200 @@ -2124,8 +2124,10 @@ const int cmd = 0xa0; #elif PACKETVER < 20071002 const int cmd = 0x29a; -#else +#elif PACKETVER < 20120925 const int cmd = 0x2d4; +#else + const int cmd = 0x990; #endif nullpo_retv(sd);