diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-17 10:09:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-17 10:09:14 -0300 |
commit | 092b59076e6efef6186bb30095a773a42177b8e8 (patch) | |
tree | a29f98e18d1269e55ef9fa1808be6d547427ed71 | |
parent | 23ff20f560cb8350bfcf8d6394f2cd190ee068c0 (diff) | |
download | serverdata-092b59076e6efef6186bb30095a773a42177b8e8.tar.gz serverdata-092b59076e6efef6186bb30095a773a42177b8e8.tar.bz2 serverdata-092b59076e6efef6186bb30095a773a42177b8e8.tar.xz serverdata-092b59076e6efef6186bb30095a773a42177b8e8.zip |
[skip ci] Fix some typos
-rw-r--r-- | npc/003-3/malindou.txt | 6 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 0e00f68bf..8533a9e58 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -1045,9 +1045,9 @@ OnInit: DelAccRegFromEveryPlayer("#ADD_TMP_LVL"); DelAccRegFromEveryPlayer("#SAVED_LVL"); DelAccRegFromEveryPlayer("#DEBUG_LEVEL1"); - DelAccRegFromEveryPlayer("DEBUG_LEVEL2"); - DelAccRegFromEveryPlayer("DEBUG_LEVEL3"); - DelAccRegFromEveryPlayer("DEBUG_EXP"); + DelAccRegFromEveryPlayer("#DEBUG_LEVEL2"); + DelAccRegFromEveryPlayer("#DEBUG_LEVEL3"); + DelAccRegFromEveryPlayer("#DEBUG_EXP"); } // This mensures Contributors Credits, and changes only during updates. diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 5e45bdd3e..4b75e89dd 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1324,7 +1324,7 @@ function script clientupdater { } // Duke M Error // In the future, we could just sell it... - if (strcharinfo(0) == "Dr.T") { + if (strcharinfo(0) == "Agent 007") { dispbottom sprintf("You received a free recipe book! You really should have been charged for it, aren't you lucky?"); getitem RecipeBook, 1; } |