- Removed the extra space when you have no title (thanks Rhade).

- Added "Top of File" to the do_file command (thanks Rhade).
- Removed socials from wizhelp.
- Changed zlist with no arg to list zones.
- Wiznet can now be seen while in OLC, again (thanks Fizban).
- Updated socials, help, changelog, world, and news.
  --Rumble
This commit is contained in:
Rumble
2007-02-24 21:27:57 +00:00
parent 916281ecb0
commit 787c392e0a
11 changed files with 1637 additions and 1596 deletions

View File

@@ -2744,7 +2744,7 @@ void act(const char *str, int hide_invisible, struct char_data *ch,
/* this is a hack as well - DG_NO_TRIG is 256 -- Welcor */
/* If the bit is set, unset dg_act_check, thus the ! below */
if ((dg_act_check = !IS_SET(type, DG_NO_TRIG)))
if (!(dg_act_check = !IS_SET(type, DG_NO_TRIG)))
REMOVE_BIT(type, DG_NO_TRIG);
/* And this too.. */