mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-05 12:30:16 +01:00
Renumbered UNUSED triggers to UNUSED# to make it easier to unset them when cha
nging trig types. (thanks Parna) Fixed double free in IBT that caused crash on /a or saving without any descrip tion.
This commit is contained in:
parent
66e4b7ec0c
commit
32880daf6b
6 changed files with 1136 additions and 1123 deletions
|
|
@ -857,21 +857,21 @@ const char *otrig_types[] = {
|
|||
"Global",
|
||||
"Random",
|
||||
"Command",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED1",
|
||||
"UNUSED2",
|
||||
"Timer",
|
||||
"Get",
|
||||
"Drop",
|
||||
"Give",
|
||||
"Wear",
|
||||
"UNUSED",
|
||||
"UNUSED3",
|
||||
"Remove",
|
||||
"UNUSED",
|
||||
"UNUSED4",
|
||||
"Load",
|
||||
"UNUSED",
|
||||
"UNUSED5",
|
||||
"Cast",
|
||||
"Leave",
|
||||
"UNUSED",
|
||||
"UNUSED6",
|
||||
"Consume",
|
||||
"Time",
|
||||
"\n"
|
||||
|
|
@ -883,17 +883,17 @@ const char *wtrig_types[] = {
|
|||
"Random",
|
||||
"Command",
|
||||
"Speech",
|
||||
"UNUSED",
|
||||
"UNUSED1",
|
||||
"Zone Reset",
|
||||
"Enter",
|
||||
"Drop",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED",
|
||||
"UNUSED2",
|
||||
"UNUSED3",
|
||||
"UNUSED4",
|
||||
"UNUSED5",
|
||||
"UNUSED6",
|
||||
"UNUSED7",
|
||||
"UNUSED8",
|
||||
"Cast",
|
||||
"Leave",
|
||||
"Door",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue