mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Stuck behavior sql
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user