Marty-v58/serverfiles/sql/protos/mob_proto__default__mount_capacity.sql
2024-06-01 15:52:09 -05:00

8 lines
285 B
SQL

/*
SELECT * FROM `mob_proto_004_completo` WHERE `mount_capacity` <> '0';
^([0-9]+)\t([0-9]+)$
update mob_proto set mount_capacity=$2 where vnum=$1 limit 1;
*/
update mob_proto set mount_capacity=1 where vnum=1191 limit 1;
update mob_proto set mount_capacity=1 where vnum=1192 limit 1;