mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Added ignore_despawn column to npc_types to have NPCs ignore the despawn column in spawngroup.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
alter table npc_types add column `ignore_despawn` tinyint(2) not null default 0;
|
||||
Reference in New Issue
Block a user