azerothcore / mod-eluna

Eluna Lua Engine © for WoW Emulators
https://elunaluaengine.github.io/
GNU General Public License v3.0
96 stars 126 forks source link

Fix crash caused by VendorRemoveAllItems #142

Closed najoast closed 1 year ago

najoast commented 1 year ago

VendorRemoveAllItems deletes while traversing, causing the iterator itr to fail, which causes the worldserver to crash.

r-o-b-o-t-o commented 1 year ago

Thanks for the PR!