This missing NPC makes that if you enable TvT when the TvT Event start it makes a loop and make the server practically crush, generating lag and freeze.
Here is the code that have to be added into the NPC table, i've already tested in my DB, but feel free to test it before patching your production DB

Code: Select all
INSERT INTO `npc` VALUES ('70010', '31606', 'Catrina', '1', 'L2J TvT Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'L2TvTEventNpc', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', '0', '0', '28', '120', '0', '0', 'LAST_HIT', 'false');
Regards!