mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
6 lines
162 B
Python
6 lines
162 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setStringAttribute("required_combat_level", "62")
|
|
object.setStringAttribute("class_required", "Entertainer")
|
|
return |