EL Dragon Posted September 19, 2015 Posted September 19, 2015 is search a mysql command for change all Headgear equip_script and unequip_script Quote
Emistry Posted September 19, 2015 Posted September 19, 2015 UPDATE `item_db` SET `equip_script` = '',`unequip_script` = ''; hmm..SQL command ? Quote
EL Dragon Posted September 19, 2015 Author Posted September 19, 2015 hm UPDATE `item_db` SET `equip_script` = '',`unequip_script` = ''; cange alle items, just want headgear's Quote
Haziel Posted October 10, 2015 Posted October 10, 2015 Something like this: UPDATE `item_db` SET `equip_script` = '', `unequip_script` = '' WHERE `equip_locations` =1 OR `equip_locations` =256 OR `equip_locations` =512 OR `equip_locations` =257 OR `equip_locations` =513 OR `equip_locations` =768 OR `equip_locations` =769; Will cover all of them. Quote
Question
EL Dragon
is search a mysql command for change all Headgear equip_script and unequip_script
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.