mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Add file 2015_05_25_npc_types_texture_fields.sql
This commit is contained in:
parent
ee136881c8
commit
d2a1fb7acf
@ -0,0 +1,6 @@
|
|||||||
|
ALTER TABLE npc_types
|
||||||
|
ADD COLUMN `armtexture` tinyint(2) NOT NULL DEFAULT '0' AFTER `raid_target`,
|
||||||
|
ADD COLUMN `bracertexture` tinyint(2) NOT NULL DEFAULT '0' AFTER `armtexture`,
|
||||||
|
ADD COLUMN `handtexture` tinyint(2) NOT NULL DEFAULT '0' AFTER `bracertexture`,
|
||||||
|
ADD COLUMN `legtexture` tinyint(2) NOT NULL DEFAULT '0' AFTER `handtexture`,
|
||||||
|
ADD COLUMN `feettexture` tinyint(2) NOT NULL DEFAULT '0' AFTER `legtexture`;
|
||||||
Loading…
x
Reference in New Issue
Block a user