I'm trying to implement 2 custom races onto my server using However, i have got to the bit where you should be able to see the changes you have made in game
At this step you should have your 2 races select on the character creation.
BEFORE:
Code:
:enum Races
{
RACE_HUMAN = 1,
RACE_ORC = 2,
RACE_DWARF = 3,
RACE_NIGHTELF = 4,
RACE_UNDEAD_PLAYER = 5,
RACE_TAUREN = 6,
RACE_GNOME = 7,
RACE_TROLL = 8,
//RACE_GOBLIN = 9,
RACE_BLOODELF = 10,
RACE_DRAENEI = 11,
//RACE_FEL_ORC = 12,
//RACE_NAGA = 13,
//RACE_BROKEN = 14,
//RACE_SKELETON = 15,
//RACE_VRYKUL = 16,
//RACE_TUSKARR = 17,
//RACE_FOREST_TROLL = 18,
//RACE_TAUNKA = 19,
//RACE_NORTHREND_SKELETON = 20,
//RACE_ICE_TROLL = 21
I would just like someone to tell me what im doing wrong, because i have made the changes to the Lua and XML files, but i get a WoW Error 
If anyone has any time, my Skype is Tom.Stokess
thanks in advance!
EDIT: I'm not sure if what i did to implement my edits was right, and i cannot seem to find what i want to show me how to do it, so i'm using WinMPQ, and i opened the files, edited them, and added them back in again, if that is wrong, i accept your flamings, but i wouldnt mind knowing what to do