2008er Files Error

12/17/2011 19:59 xNightStarx#1
Hey.
Ich wollte in meinen 2008er file server machen, dass mobs +30 waffen droppen, nur ich bekomme diesen error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> UPDATE `newproject_data`.`t_npc` SET `a_minplus` = '30'' at line 1

schon vieles probiert, nur klappt nichts.
weiß einer weiter ? bzw nen anderen weg die höhe des + zu ändern?
12/17/2011 20:02 djcyber#2
# droptable
UPDATE t_npc SET a_minplus = a_minplus +1;
UPDATE t_npc SET a_maxplus = a_maxplus +15;
if this dont help and errors in your console on navicat means it already set that way
12/17/2011 20:12 xNightStarx#3
omg, my fault.. i forgott the "+" before 30.. thanks for your fast answer.. (: