5993h (100%), 7868m (100%), 26160e (100%), 31200w (100%) cdbk|ex 
(09:55:14.929)-goto sang
(mapper): Which area would you like to go to?
  1.) the Sangre Plains
  2.) Sangre Plains, the (Ivory Tower)
mstop
(mapper): Stopped walking.
area delete Sangre Plains, the (Ivory Tower)
(mapper): Deleted Sangre Plains, the (Ivory Tower) (182).
goto sang
(mapper): Which area would you like to go to?
  1.) the Sangre Plains
  2.) Sangre Plains, the (Ivory Tower)
Casting off her final fetters, the luminous lady awakens fully, shedding her 
joyful light from horizon to horizon.
5993h (100%), 7868m (100%), 26160e (100%), 31200w (100%) cdbk|ex (09:56:25.572)

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/782840

Title:
  deleteArea sometimes doesn't actually delete the area

Status in Mudlet the MUD client:
  New
Status in Mudlet 2.0 series:
  New

Bug description:
  Not sure why, but sometimes it doesn't remove the area from the list.
  It does delete the area though as in you can't get a room list of it
  though.

  lua getAreaTable()
  table {
    'Lake Narcisse': 106
    'Cyrene, the City of (Brewery)': 67
  }
  lua deleteArea(106)

  lua getAreaTable()
  table {
    'Lake Narcisse': 106
    'Cyrene, the City of (Brewery)': 67
  }

  Sample script:
    for name, id in pairs(getAreaTable()) do
      deleteArea(tonumber(id))
    end
    dispaly(getAreaTable()

  Should return {} at the end, but it doesn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/782840/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mudlet-makers
Post to     : mudlet-makers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mudlet-makers
More help   : https://help.launchpad.net/ListHelp

Reply via email to