Originally Posted by
jimmy2222
SQL Syntax error:
'creature_names' SET 'name' = 'Harry', 'su
Soo will rep when either that gets fixed or whatever ^-^
Just remove the lines you see here:
Code:
UPDATE `creature_names` SET `name` = 'Harry', `subname` = 'MMOWNED Event Quest Dealer', `info_str` = '', `type` = '7', `family` = '0', `rank` = '0', `male_displayid` = '15990', `female_displayid` = '0', `civilian` = '0', `Leader` = NULL WHERE `entry` = 6002001 LIMIT 1;
UPDATE `creature_proto` SET `minlevel` = '30', `maxlevel` = '30', `Faction` = '1770', `minhealth` = '550', `maxhealth` = '550', `mana` = '0', `Scale` = '1', `npcflags` = '2', `attacktime` = '1500', `mindamage` = '64', `maxdamage` = '85', `rangedattacktime` = '0', `rangedmindamage` = '0', `rangedmaxdamage` = '0', `combat_reach` = '1', `boss` = '0', `equipmodel1` = '0', `equipmodel2` = '0', `equipmodel3` = '0', `respawntime` = '0', `auras` = '0', `invisibility_type` = '0', `death_state` = '0' WHERE `entry` = 6002001 LIMIT 1;
Its the two first lines in the SQL.