Mercurial > wow > wowdb-profiler
comparison Comments.lua @ 429:95af8e72aa19 6.0.3-9
Corrected a function call to an out-of-scope function and fixed a typo preventing spell comments.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Thu, 05 Feb 2015 08:14:28 -0500 |
parents | 4a4ed54e4201 |
children | 78e9cbbf3d58 |
comparison
equal
deleted
inserted
replaced
428:a853f618ac30 | 429:95af8e72aa19 |
---|---|
401 return | 401 return |
402 elseif arg == "quest" then | 402 elseif arg == "quest" then |
403 CreateQuestComment() | 403 CreateQuestComment() |
404 return | 404 return |
405 elseif arg == "spell" then | 405 elseif arg == "spell" then |
406 CreateSpellComent(true) | 406 CreateSpellComment(true) |
407 return | 407 return |
408 end | 408 end |
409 CreateUnitComment(arg, true) | 409 CreateUnitComment(arg, true) |
410 end | 410 end |
411 | 411 |