mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
6 lines
161 B
Python
6 lines
161 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setStringAttribute("required_combat_level", "7")
|
|
object.setStringAttribute("class_required", "Entertainer")
|
|
return |