First of all, dont panic :)
Running ZAP in attack mode against a production system is definitely not recommended, but hopefully any damage will be limited.
ZAP is a tool for good. It tries to find vulnerabilities _without_ deliberately causing damage, but there is always the possibilty that is will cause damage.
Were you authenticated when you ran ZAP?
If so, could the user you were using doing do much?
Did you perform any actions that could make changes (adding, changing or removing things) to your application?
ZAP will have run attacks on the same things you did, so thats where I'd start looking.
If you adding things in your application then ZAP will have tried things like XSS and SQL injection attacks, so you may see alert popups or SQL errors when you look at things ZAP added.
If you you didnt do much and your application does not have many vulnerabilities then you might be ok.
If you performed lots of potentially dangerous actions and your application has lots of vulnerabilities then things could be much worse.
Can you set up a safe environment and repeat roughly what you did on your production one?
Cheers,
Simon