From 2340ae11b7887cf0f97389d585c02847176445b6 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:35:25 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a150406..9dffae3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ Copy the provided SQL file to your server's database. This file includes the nec 1. **Place the Lua Scripts:** - Copy the `BlackjackServer.lua` script into your server's `scripts` directory (typically found in `lua_scripts` or a similar directory). - Copy the `BlackjackClient.lua` script into your client's `Interface/AddOns/` directory or where your client-side scripts are stored. + - +*NOTE: I Personally have both of my scripts in my `lua_scripts1 folder.* + 2. **Run the SQL Script:** - Execute the `BlackjackDealer.sql` file on your WoW server database to add the Blackjack Dealer NPC to the game.