Removed an event which shouldn't be there.

This commit is contained in:
Lari Nieminen 2007-09-18 10:11:17 +00:00
parent ba9ff99976
commit c4bc0f6339

View file

@ -741,30 +741,4 @@
{CLEAR_VARIABLE troll_allies}
{CLEAR_VARIABLE stored_side_1}
[/event]
# Unstore Sir Gerrick and his troops back so that everyone will be happily
# reunited at the beginning of the next scenario.
[event]
name=victory
{VARIABLE stored_Sir_Gerrick.x "recall"}
{VARIABLE stored_Sir_Gerrick.y "recall"}
[unstore_unit]
variable=stored_Sir_Gerrick
[/unstore_unit]
{FOREACH stored_Sir_Gerrick_army i}
{VARIABLE stored_Sir_Gerrick_army[$i].x "recall"}
{VARIABLE stored_Sir_Gerrick_army[$i].y "recall"}
[unstore_unit]
variable=stored_Sir_Gerrick_army[$i]
[/unstore_unit]
{NEXT i}
{CLEAR_VARIABLE stored_Sir_Gerrick_army}
[/event]
[/scenario]