[21.12.16 18:18:06:732] INFO gameserver.GameServer: =================================================
[21.12.16 18:18:06:748] INFO gameserver.GameServer: Project Revision: ........ L2s [21011]
[21.12.16 18:18:06:748] INFO gameserver.GameServer: Build Revision: .......... 9465
[21.12.16 18:18:06:748] INFO gameserver.GameServer: Update: .................. Classic 1.0
[21.12.16 18:18:06:748] INFO gameserver.GameServer: Build date: .............. 2016.12.09 14:12
[21.12.16 18:18:06:748] INFO gameserver.GameServer: Compiler version: ........ 1.8.0_111-b14 (Oracle Corporation)
[21.12.16 18:18:06:748] INFO gameserver.GameServer: =================================================
[21.12.16 17:28:49:891] INFO gameserver.GameServer: =================================================
[21.12.16 17:28:49:891] INFO gameserver.GameServer: Project Revision: ........ L2s [20968]
[21.12.16 17:28:49:891] INFO gameserver.GameServer: Build Revision: .......... 9205
[21.12.16 17:28:49:891] INFO gameserver.GameServer: Update: .................. Classic 1.0
[21.12.16 17:28:49:891] INFO gameserver.GameServer: Build date: .............. 2016.09.29 01:01
[21.12.16 17:28:49:891] INFO gameserver.GameServer: Compiler version: ........ 1.8.0_101-b13 (Oracle Corporation)
[21.12.16 17:28:49:891] INFO gameserver.GameServer: =================================================
Performed the test with both revisions
https://l2wiki.com/classic/Trial_of_the_Seeker
L2-Scripts_revision21011 - does not start the quest and is delivery of item with incorrect id the same as L2-Scripts_revision20968
gameserver\data\scripts\quests\_213_TrialOfSeeker. java
private static final int Terrys2ndOrder = 2;
Correct -> private static final int Terrys2ndOrder = 2649;
L2-Scripts_revision20968 - Initiates the quest but delivers item with incorrect id
gameserver\data\scripts\quests\_213_TrialOfSeeker. java
private static final int Terrys2ndOrder = 2;
Correct -> private static final int Terrys2ndOrder = 2649;