""That might be how its SUPPOSED to work... if thats the case, then you have an error in bloodelves....in bloodelven warlocks more than likely all warlocks.
ok since this isnt a db forum i will cut this short:
if anyone plans to use 330 be aware to make the following change:
change all characters in playercreateinfo_spell so that any racial combo of warlock uses the staves instead of daggers:
for example blood elves:
Code :
INSERT INTO `playercreateinfo_spell` VALUES
('10', '9', '1180', 'Daggers');
should be:
Code :
INSERT INTO `playercreateinfo_spell` VALUES
('10', '9', '227', 'Staves');
Now i havent checked the rest of the classes to make sure that they have correct starter weapons as of yet, but I would warn you all to be wary that this might occur to say assassins who are supposed to start with double daggers.. I am unsure if they do or not as of yet but they didnt in 322a so i bet you they do not.
Last edited by erazare; Yesterday at 07:19 AM. ""
-----------------------------------------------------------------------------------------------------------------------------------------------------
your right i checked too and class 8 has staves.. but again this is the wrong place to post errors