Update maps/Village/scriptMapVillage.js

This commit is contained in:
David Négrier
2021-04-08 12:02:14 +02:00
committed by GitHub
parent 0f4034854c
commit 34e89fa63e
+1 -1
View File
@@ -31,7 +31,7 @@ WA.onEnterZone(zoneEventName, () => {
})
WA.onEnterZone(zoneTCMName, () => {
currentPopup = WA.openPopup("popUpTCM","Come meet the TCM team in our office ! ",[]);
currentPopup = WA.openPopup("popUpTCM","Come meet the WorkAdventure team in our office ! ",[]);
})