From 9afe1f496e42073bc3c0ef7183d1f3736d9bb829 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:32:03 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d8cc8b..68ea9dd 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ This project implements a custom Blackjack game for a for AzerothCore with Eluna and it uses AIO. The game is hosted by a custom NPC, and players can interact with the NPC to play Blackjack directly in the game. -**Requires: AIO** - -> **Tip** -> **What is AIO?** AIO is a library that allows messaging from the core server and game client. This allows developers to build and deploy server-side UI changes as if they were AddOns without requiring a user to install anything. Modules in this repo that have `.client` and `.server` are AIO based modules. +In order to use these modules you will need to have: +- AzerothCore Server with mod_eluna installed. +- [Rochet2 AIO](https://github.com/Rochet2/AIO) ## Installation