Savior Commit
Fixed some bugs regarding dojo, updated drop data, minor tweaks on Mystic Doors, added expeditions for Showa Manor, Zakum and Pink Bean, smart search for item slots on quest/npc rewarding system, attempt on boss HPbar to focus on player's current target, quests with selectable rewards now hands the item correctly, after the first PQ instance next ones are loaded more smoothly.
This commit is contained in:
2
tools/SQL/test_duplicates.sql
Normal file
2
tools/SQL/test_duplicates.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
SELECT dropperid,itemid FROM drop_data d WHERE EXISTS
|
||||
(SELECT * FROM drop_data e WHERE (d.id != e.id AND d.itemid=e.itemid AND d.dropperid=e.dropperid)) group by itemid,dropperid;
|
||||
Reference in New Issue
Block a user