Update README.md

This commit is contained in:
Manmadedrummer
2025-09-04 20:51:20 -04:00
committed by GitHub
parent 4011147ab6
commit e2756d25f6

View File

@@ -58,7 +58,7 @@ 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.
- Copy the `BlackjackClient.lua` script into your rver's `scripts` directory (typically found in `lua_scripts` or a similar directory).
-
*NOTE: I Personally have both of my scripts in my `lua_scripts` folder.*