Mercurial > wow > devian
comparison Devian.lua @ 92:4370eefcecdd
- display the correct profile name when it's changed through /dvn save
author | Nenue |
---|---|
date | Wed, 10 Aug 2016 07:12:43 -0400 |
parents | bb403e03d82d |
children | f6fae1a4c66c |
comparison
equal
deleted
inserted
replaced
91:bb403e03d82d | 92:4370eefcecdd |
---|---|
316 if name then | 316 if name then |
317 db.profilesName[name] = nil | 317 db.profilesName[name] = nil |
318 end | 318 end |
319 db.profiles[list_id].name = dest | 319 db.profiles[list_id].name = dest |
320 db.profilesName[dest] = list_id | 320 db.profilesName[dest] = list_id |
321 | |
322 name = dest | |
321 end | 323 end |
322 end | 324 end |
323 | 325 |
324 | 326 |
325 D:Print("Profile |cFFFFFF00".. list_id .."|r:|cFF00FFFF".. name .."|r saved.") | 327 D:Print("Profile |cFFFFFF00".. list_id .."|r:|cFF00FFFF".. name .."|r saved.") |