Merge pull request #1762 from DarkflameUniverse/landing-anims

fix: Add properties to landing anim excluded zones
This commit is contained in:
Gie "Max" Vanommeslaeghe 2025-05-04 17:36:04 +02:00 committed by GitHub
commit 841b754b01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,15 +95,21 @@ bool CharacterComponent::LandingAnimDisabled(int zoneID) {
case 556:
case 1101:
case 1202:
case 1150:
case 1151:
case 1203:
case 1204:
case 1250:
case 1251:
case 1261:
case 1301:
case 1302:
case 1303:
case 1350:
case 1401:
case 1402:
case 1403:
case 1450:
case 1603:
case 2001:
return true;