PDA

View Full Version : Getting some errors that are boggling me.


Drakiyth
10-29-2012, 08:16 PM
Having major issues on both test and live now trying to edit lootable/lootdrop on NPCs with the latest GeorgeTools since the new loot tables happened.

The error I've been getting is this: http://i269.photobucket.com/albums/jj60/drakiyth/ErrorLootable.png


I've tried various versions of the tools on both my live and test server and still getting the same error.

Drakiyth
10-29-2012, 11:27 PM
Fixed - Thank you Akkadius!

ALTER TABLE `loottable_entries`
ADD COLUMN `probability` tinyint(2) UNSIGNED NOT NULL DEFAULT 100 AFTER `mindrop`;