From 68074dfbcc66d117ca6587505bc119c69cf5d885 Mon Sep 17 00:00:00 2001 From: nveid Date: Mon, 9 Apr 2007 07:43:12 +0000 Subject: [PATCH] Typo in wizard's powerlist for Nuke fixed. (cherry picked from commit 7b634a9517b6347c2095e3937ac0d0e7606565b3) --- game/txt/changes/0.72p4 | 1 + src/division.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game/txt/changes/0.72p4 b/game/txt/changes/0.72p4 index 42387c1..f991a60 100644 --- a/game/txt/changes/0.72p4 +++ b/game/txt/changes/0.72p4 @@ -22,3 +22,4 @@ CobraMUSH Version 0.72p4 to work properly on 64-bit platforms [AEJ] * zwho() and zmwho() were insecure and did not properely do permissions checks on if the victim could actually see the people online or not. [RLB] + * Typo in Wizard's max and auto power lists on default for the Nuke power. [RLB] diff --git a/src/division.c b/src/division.c index cfb761d..cab566f 100644 --- a/src/division.c +++ b/src/division.c @@ -128,9 +128,9 @@ static struct powergroup_text_t predefined_powergroups[] = { /* PowerGroup Name */ {"Wizard", /* Max Powers */ - "Announce Attach BCreate Boot Builder Can_NsPemit Cemit Chat Chown Combat Cron DAnnounce Division EAnnounce Economy Empire Empower GFuncs Halt Hide Idle Join Level Link Login MailAdmin Many_Attribs Modify:LTE Newpass:LTE NoPay NoQuota Nukte:LTE Open Pass_Locks PCreate PEmit Poll Privilege PrivWho ProgLock Program Powergroup:lt Pueblo_Send Queue Quota RCACHE Remote RPChat RPEmit RPTel Search See_All See_Queue SetQuotas Site SQL_Ok Summon Tel_Place Tel_Thing @SU:LTE", + "Announce Attach BCreate Boot Builder Can_NsPemit Cemit Chat Chown Combat Cron DAnnounce Division EAnnounce Economy Empire Empower GFuncs Halt Hide Idle Join Level Link Login MailAdmin Many_Attribs Modify:LTE Newpass:LTE NoPay NoQuota Nuke:LTE Open Pass_Locks PCreate PEmit Poll Privilege PrivWho ProgLock Program Powergroup:lt Pueblo_Send Queue Quota RCACHE Remote RPChat RPEmit RPTel Search See_All See_Queue SetQuotas Site SQL_Ok Summon Tel_Place Tel_Thing @SU:LTE", /* Auto Powers */ - "Announce Attach BCreate Boot Builder Can_NsPemit Cemit Chat Chown Combat Cron DAnnounce Division EAnnounce Empire Empower GFuncs Halt Hide Idle Join Level Link Login MailAdmin Many_Attribs Modify:LTE Newpass:LTE NoPay NoQuota Nukte:LTE Open PCreate PEmit Poll Powergroup:lt Privilege PrivWho ProgLock Program Pueblo_Send Queue Quota RCACHE Remote RPChat RPEmit RPTel Search See_All See_Queue SetQuotas Site SQL_Ok Summon Tel_Place Tel_Thing @SU:LTE"}, + "Announce Attach BCreate Boot Builder Can_NsPemit Cemit Chat Chown Combat Cron DAnnounce Division EAnnounce Empire Empower GFuncs Halt Hide Idle Join Level Link Login MailAdmin Many_Attribs Modify:LTE Newpass:LTE NoPay NoQuota Nuke:LTE Open PCreate PEmit Poll Powergroup:lt Privilege PrivWho ProgLock Program Pueblo_Send Queue Quota RCACHE Remote RPChat RPEmit RPTel Search See_All See_Queue SetQuotas Site SQL_Ok Summon Tel_Place Tel_Thing @SU:LTE"}, /* PowerGroup Name */ {"Royalty", -- 2.30.2