Stuck behavior sql

This commit is contained in:
KimLS
2018-11-11 01:11:07 -08:00
parent ef32940be2
commit e8dffa1087
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `npc_types` ADD COLUMN `stuck_behavior` TINYINT(4) NOT NULL DEFAULT '0' AFTER `rare_spawn`;
UPDATE `npc_types` SET `stuck_behavior`=2 WHERE `underwater`=1;