lootdrop_entries => Disabled Chance? & zone => Type?
I just did a refresh to the DB and code and noticed that there was no .sql in the code nor DB sql folders that specified this change.
If you don't do a drop/define here is the fix: Code:
ALTER TABLE `lootdrop_entries` ADD `disabled_chance` FLOAT UNSIGNED NOT NULL DEFAULT '0'; Code:
ALTER TABLE `zone` ADD COLUMN `type` tinyint(3) NOT NULL DEFAULT 0 AFTER `suspendbuffs`; Was this an oops or should I start looking at other folders? |
FIX FIX! Couldn't edit message above, do not use it!
Use below: Code:
ALTER TABLE `lootdrop_entries` ADD `disabled_chance` FLOAT UNSIGNED NOT NULL DEFAULT '0' after `chance`; |
All times are GMT -4. The time now is 11:18 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.