Changeset 7324 for code/branches/notifications/src/modules/questsystem
- Timestamp:
- Sep 2, 2010, 10:06:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/src/modules/questsystem/QuestNotification.cc
r7163 r7324 73 73 bool QuestNotification::send(void) 74 74 { 75 return t his->Notification::send(QuestNotification::SENDER);75 return true;//this->Notification::send(QuestNotification::SENDER); //TODO: Adjust. 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.