Skip to content
Snippets Groups Projects
Commit e3f01b2b authored by Battlecruiser's avatar Battlecruiser
Browse files

FIX unupdated jython quest 503_PursuitClanAmbition

getClanId() -> getId()
parent eb9caed6
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ DROPLIST = { ...@@ -57,7 +57,7 @@ DROPLIST = {
} }
def suscribe_members(st) : def suscribe_members(st) :
clan=st.getPlayer().getClan().getClanId() clan=st.getPlayer().getClan().getId()
con=L2DatabaseFactory.getInstance().getConnection() con=L2DatabaseFactory.getInstance().getConnection()
offline=con.prepareStatement("SELECT charId FROM characters WHERE clanid=? AND online=0") offline=con.prepareStatement("SELECT charId FROM characters WHERE clanid=? AND online=0")
offline.setInt(1, clan) offline.setInt(1, clan)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment