mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
The following has been fixed:
*Removed unnecessary options in the faction QA tool *Fixed Empire/Remembrance Day Ceremonies. They now work. *Killing a player through the event tool should now work *Removed unecessary comments from base_player script *Fixed the badge QA tool *Fixed the location bug in several different methods *Fixed the Exar Kun first boss sparks to accurately choose a target *Life Day and Love Day now work and spawn correctly
This commit is contained in:
@@ -4273,7 +4273,7 @@ messageHandler openSparkHandler()
|
||||
}
|
||||
|
||||
location selfLoc = getLocation(self);
|
||||
location tesla = selfLoc;
|
||||
location tesla = (location)selfLoc.clone();
|
||||
tesla.x = -11.7f;
|
||||
tesla.y = 11.0f;
|
||||
tesla.z = -64.6f;
|
||||
@@ -5908,4 +5908,4 @@ int gcwMiniTurretAddBuffHandler(obj_id self, string effectName, string subtype,
|
||||
int gcwMiniTurretRemoveBuffHandler(obj_id self, string effectName, string subtype, float duration, float value, string buffName, obj_id caster)
|
||||
{
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user