I've searched for this but can't find much useful information to help fix my problem;
I'm trying to use the starting_items table in my DB to dole out specific items to new characters depending upon deity choices at creation. So far all deities work except Agnostic players, the entry in my table;
Code:
id race class deityid zoneid itemid item_charges gm slot
388 1 1 140 0 1377 1 0 -1
This item doesn't appear in the agnostic characters inventory...Replacing deityid with 207 for example, as shown
in the wiki as Karana, works just fine.
Any ideas? Is agnostic deityid actually something else? Hopefully it's just something I'm missing.