mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 11:38:29 +00:00
fixed some copy paste
+1
-1
@@ -294,7 +294,7 @@ quest::AssignToInstance($Instance);
|
|||||||
```perl
|
```perl
|
||||||
#:: Create a scalar variable to store instance_id
|
#:: Create a scalar variable to store instance_id
|
||||||
my $Instance = quest::GetInstanceIDByCharID($zonesn, $instanceversion, $charid); #:: Returns int
|
my $Instance = quest::GetInstanceIDByCharID($zonesn, $instanceversion, $charid); #:: Returns int
|
||||||
quest::AssignToInstance($Instance);
|
quest::AssignToInstanceByCharID($Instance, $charid);
|
||||||
```
|
```
|
||||||
|
|
||||||
### ChooseRandom
|
### ChooseRandom
|
||||||
|
|||||||
Reference in New Issue
Block a user