fix warning
svn-id: r25450
This commit is contained in:
parent
2d84b43dfc
commit
a49c22290f
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ CharacterScheduleEntry *CharacterScheduleEntry::next() {
|
|||
}
|
||||
|
||||
uint16 CharacterScheduleEntry::id() {
|
||||
return (_parent == NULL) ? NULL : _parent->getId(this);
|
||||
return (_parent == NULL) ? 0 : _parent->getId(this);
|
||||
}
|
||||
|
||||
CharacterScheduleSet::CharacterScheduleSet(CharacterScheduleResource *rec, uint16 setId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue