mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
9 lines
117 B
Python
9 lines
117 B
Python
import sys
|
|
|
|
def addZones(core):
|
|
|
|
gcwService = core.gcwService
|
|
|
|
gcwService.addPvPZone('rori', 5318, 5680, 400)
|
|
|
|
|