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