mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-27 11:26:10 +01:00
[Jul 08 2008] - Rumble
Removed duplicate questpoints listing in stat char. (thanks Mirad) Fix to qedit for deleting all quests. (thanks Jamdog) [Jul 06 2008] - Rumble Changed sedit no trade with from undefined to nobits. (thanks Mirad)
This commit is contained in:
parent
2053b2d4a8
commit
b124dd3cb2
4 changed files with 12 additions and 4 deletions
|
|
@ -179,6 +179,7 @@ static void sedit_setup_new(struct descriptor_data *d)
|
|||
S_CLOSE1(shop) = 28;
|
||||
S_BUYPROFIT(shop) = 1.0;
|
||||
S_SELLPROFIT(shop) = 1.0;
|
||||
S_NOTRADE(shop) = 0;
|
||||
/* Add a spice of default strings. */
|
||||
S_NOITEM1(shop) = strdup("%s Sorry, I don't stock that item.");
|
||||
S_NOITEM2(shop) = strdup("%s You don't seem to have that.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue