feat. upgrade module (#27)

* feat. upgrade module

* upgrade misc.

* add apps folder

* codestyle

* fix sql build
This commit is contained in:
Walter Pagani
2023-08-02 07:36:57 -03:00
committed by GitHub
parent 9b4e6793d9
commit fe113f9494
19 changed files with 324 additions and 11 deletions

View File

@@ -277,9 +277,9 @@ public:
case 4: player->SetDisplayId(10137); break; // Human Male 'Orb of Deception'
case 5: player->SetDisplayId(10138); break; // Human Female 'Orb of Deception'
case 6: player->SetDisplayId(10139); break; // Orc Male 'Orb of Deception'
case 7: player->SetDisplayId(10140); break; // Orc Female 'Orb of Deception'
case 7: player->SetDisplayId(10140); break; // Orc Female 'Orb of Deception'
case 8: player->SetDisplayId(10141); break; // Dwarf Male 'Orb of Deception'
case 9: player->SetDisplayId(10142); break; // Dwarf Female 'Orb of Deception'
case 9: player->SetDisplayId(10142); break; // Dwarf Female 'Orb of Deception'
case 10: player->SetDisplayId(10143); break; // NightElf Male 'Orb of Deception'
case 11: player->SetDisplayId(10144); break; // NightElf Female 'Orb of Deception'
case 12: player->SetDisplayId(10145); break; // Undead Female 'Orb of Deception'