From 4cc62f1342a364a908ff9ff9e57cfa0c8a8255dc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 29 Mar 2025 16:19:50 -0400 Subject: [PATCH] Small grammar fixes --- content/blog/kawari6/index.md | 4 ++-- content/blog/kawari7/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/kawari6/index.md b/content/blog/kawari6/index.md index 7597304..97a49ab 100644 --- a/content/blog/kawari6/index.md +++ b/content/blog/kawari6/index.md @@ -10,7 +10,7 @@ series: summary: "The 7.2 patch released earlier this week, and I'm happy to report that Kawari survived it's first major patch release!" --- -The 7.2 patch released earlier this week, and I'm happy to report that Kawari survived it's first major patch release! Unfortunately that means most of my time is spent fixing what's broken, so there's not that many new things. +The 7.2 patch released earlier this week, and I'm happy to report that Kawari survived it's first major patch release! Unfortunately that means most of my time is spent fixing what broke, so there's not that many new things. # Patch 7.2 @@ -48,6 +48,6 @@ In preparation for 7.2, I added several features to the patch server. The most i # Contributing guide -Info for my own records (but maybe useful for other contributors) is now recorded in a [CONTRIBUTNG](https://github.com/redstrate/Kawari/blob/master/CONTRIBUTING.md) file. This includes how to capture game packets, the general process of upgrading to the newest patch and more. +Info for my own records (but maybe useful for other contributors) is now recorded in a [CONTRIBUTING](https://github.com/redstrate/Kawari/blob/master/CONTRIBUTING.md) file. This includes how to capture game packets, the general process of upgrading to the newest patch and more. [^1]: I should also reject clients below the set version, but I think that's the rarer case. The eventual goal is to serve patch files (from your own sources) up to the desired version anyway. diff --git a/content/blog/kawari7/index.md b/content/blog/kawari7/index.md index b57b99b..0654726 100644 --- a/content/blog/kawari7/index.md +++ b/content/blog/kawari7/index.md @@ -20,7 +20,7 @@ As I said in a previous update, I don't plan on implementing much - if any - ret I chose Lua as my choice of scripting language in Kawari for a couple of reasons, in order of importance: 1. It doesn't require recompiling the server to make changes. -2. It's relatively simple to implement, as there is the fantastic mlua crate I can use. +2. It's relatively simple to implement, as there is the fantastic [mlua](https://crates.io/crates/mlua) crate I can use. 3. The retail server most likely uses Lua, considering the client-side scripting uses it as well. And so I have begun implementing and hooking up systems to the new scripting API. Here's a (stubbed) script to play the Ul'dah opening: