Changeset 110954c36d85fcb07ac967f10dbabee6d738fc4c
- Timestamp:
- 09/09/07 12:05:16
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1189332316 +0200
- git-parent:
[d143b834e17a65fb2bb100295fa7ae3b927e817b]
- git-author:
- Christopher Jung <bktheg@web.de> 1189332316 +0200
- Message:
Entity fuer quests_text hinzugefuegt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd143b83 |
r110954c |
|
| 57 | 57 | <!-- quests_quick --> |
|---|
| 58 | 58 | <mapping class="net.driftingsouls.ds2.server.scripting.entities.RunningQuest" /> |
|---|
| 59 | | <!-- quests_text --> |
|---|
| | 59 | <mapping class="net.driftingsouls.ds2.server.scripting.entities.Text" /> |
|---|
| 60 | 60 | <mapping class="net.driftingsouls.ds2.server.scripting.entities.Script" /> |
|---|
| 61 | 61 | <mapping class="net.driftingsouls.ds2.server.entities.Sector" /> |
|---|