Problema con query

Topic created · 1 Mensajes · 290 Visitas
  • hola amigos estoy implementando las piedras normales de +0 asta +9 el problema surje cuando implemente la piedra contra ninja, cuando le doy a rum, me sale un error que es el siguiente.

    UPDATE item_proto SET name='Piedra contra Ninjas+7', locale_name='Piedra contra Ninjas+7', type=10, subtype=0, weight=0, size=1, antiflag=0, flag=0, wearflag=0, immuneflag=0, gold=80000, shop_buy_price=80000, refined_vnum=0, refine_set=0, refine_set2=0, limittype0=0, limitvalue0=0, limittype1=0, limitvalue1=0, applytype0=60, applyvalue0=35, applytype1=0, applyvalue1=0, applytype2=0, applyvalue2=0, value0=0, value1=0, value2=0, value3=0, value4=0, value5=21, specular=0, socket_pct=0 WHERE vnum=28704 UPDATE item_proto SET name='Piedra contra Ninjas+8', locale_name='Piedra contra Ninjas+8', type=10, subtype=0, weight=0, size=1, antiflag=0, flag=0, wearflag=0, immuneflag=0, gold=80000, shop_buy_price=80000, refined_vnum=0, refine_set=0, refine_set2=0, limittype0=0, limitvalue0=0, limittype1=0, limitvalue1=0, applytype0=60, applyvalue0=40, applytype1=0, applyvalue1=0, applytype2=0, applyvalue2=0, value0=0, value1=0, value2=0, value3=0, value4=0, value5=21, specular=0, socket_pct=0 WHERE vnum=28804; [Err] 1064 - 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 'UPDATE item_proto SET name='Piedra contra Ninjas+8', locale_name='Piedra contra ' at line 2

    me podrían ayudar con este problemita