Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Final cleanup and fixes:
Browse files Browse the repository at this point in the history
*Fixed spacing
*loot tables, quest table loading fixed;
*Removed EventAI code
  • Loading branch information
Faq committed Jan 6, 2018
1 parent a8e0bca commit 0153eb3
Show file tree
Hide file tree
Showing 4 changed files with 28,259 additions and 29,894 deletions.
16 changes: 8 additions & 8 deletions Functions.pas
Original file line number Diff line number Diff line change
Expand Up @@ -578,14 +578,14 @@ function GetRaceAcronym(value: integer): string;
function GetClassAcronym(value: integer): string;
begin
case value of
1 : Result := 'Warrior';
2 : Result := 'Paladin';
3 : Result := 'Hunter';
4 : Result := 'Rogue';
5 : Result := 'Priest';
7 : Result := 'Shaman';
8 : Result := 'Mage';
9 : Result := 'Warlock';
1: Result := 'Warrior';
2: Result := 'Paladin';
3: Result := 'Hunter';
4: Result := 'Rogue';
5: Result := 'Priest';
7: Result := 'Shaman';
8: Result := 'Mage';
9: Result := 'Warlock';
11: Result := 'Druid';
else
Result:= '';
Expand Down
Loading

0 comments on commit 0153eb3

Please sign in to comment.