mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
sql hot fix
This commit is contained in:
parent
d3a9d509a8
commit
cd9cf9f52f
@ -59,8 +59,8 @@ CREATE TABLE `npc_spells_effects_entries` (
|
||||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`npc_spells_effects_id` int(11) NOT NULL DEFAULT '0',
|
||||
`spell_effect_id` smallint(5) NOT NULL DEFAULT '0',
|
||||
`minlevel` tinyint(3) unsigned NOT NULL,
|
||||
`maxlevel` tinyint(3) unsigned NOT NULL,
|
||||
`minlevel` tinyint(3) NOT NULL DEFAULT '0',
|
||||
`maxlevel` tinyint(3) NOT NULL DEFAULT '255',
|
||||
`se_base` int(11) NOT NULL DEFAULT '0',
|
||||
`se_limit` int(11) NOT NULL DEFAULT '0',
|
||||
`se_max` int(11) NOT NULL DEFAULT '0',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user