From 8f586bdd2aea95ac957efafde04fe356d5b2332c Mon Sep 17 00:00:00 2001 From: JamDog Date: Thu, 2 Dec 2010 00:13:59 +0000 Subject: [PATCH] Changed do_cheat so only ID 1 gets admin level and flags changed --- changelog | 2 ++ src/act.wizard.c | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/changelog b/changelog index 99725a3..afeef5c 100644 --- a/changelog +++ b/changelog @@ -35,6 +35,8 @@ export (QQ's a zone into a tarball) Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist) (lots of major bugfixes too) @ +[Dec 01 2010] - Jamdog + Fixed do_cheat so that only ID 1 can get a full restoration [Nov 30 2010] - Jamdog Bug-Fix: Fixed incorrect rnum showing on stat room (Thanks Kam) Added hsedit House Editor OLC diff --git a/src/act.wizard.c b/src/act.wizard.c index 94c4055..b90bebd 100644 --- a/src/act.wizard.c +++ b/src/act.wizard.c @@ -1296,13 +1296,6 @@ void do_cheat(struct char_data *ch) case 1: // IMP set_admin_level(ch, ADMLVL_IMPL); /* set_admin_level also sets default admin flags */ break; -/* --- Remove below from tbaMUD Release --- */ - case 3: // Welcor - case 160: // Test - case 242: // Jamdog - set_admin_level(ch, ADMLVL_IMPL); /* Imps should get all flags, use set_admin_level */ - break; -/* --- Remove above from tbaMUD Release --- */ default: if (PRF_FLAGGED(ch, PRF_MORTAL)) { stop_mortal(ch);