Jump to content
  • 0

Mob_skill_db problem (syntax?!)


Question

Posted

Hey folks,

 

I am using an SQL table for mob skills and I just made my 1st typo.

Chocked, is the state I'm in.

 

The skill_db does not have a unique key, and thus I can't replace my typo or delete the entry by conventional means.

 

So I tried this

UPDATE FROM 'ragnarok'.'mob_skill_db' CONDITION= 'longrangeattacked' WHERE CONDITION='longrangedattacked'

I dunno how wrong my quarry is here but it ain't working, and I need it fixed asap.

 

Help would be greatly appreciated


Ugh no one has even seen this T_T

1 answer to this question

Recommended Posts

Posted (edited)
UPDATE `ragnarok`.`mob_skill_db` SET `CONDITION`='longrangeattacked' WHERE `CONDITION`='longrangedattack'

don't forget to backup because i just wrote that code from scratch :)

Edited by sandbox

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...