Manifest and sql to add model to npc_types to override race if presentwq

This commit is contained in:
Noudess
2019-03-25 19:29:57 -04:00
parent 60d5c11c43
commit 63045fadd9
2 changed files with 2 additions and 0 deletions
@@ -0,0 +1 @@
ALTER TABLE `npc_types` ADD COLUMN `model` SMALLINT(5) NOT NULL DEFAULT '0' AFTER `stuck_behavior`;