Skip to content

Commit 37b95a0

Browse files
committed
Fix a typo in DaedalusBuiltins
1 parent 6245b55 commit 37b95a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DaedalusBuiltins/G1/gothic.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ func void TA_RemoveOverlay(var C_NPC npc) {};
17651765
///
17661766
/// @param room name of the room as defined in the portal
17671767
/// @param guild guild ID
1768-
func void AssignRoomToGuild(var string room, var int guild) {};
1768+
func void Wld_AssignRoomToGuild(var string room, var int guild) {};
17691769

17701770
/// Assigns a room to a specific NPC
17711771
///

DaedalusBuiltins/G2A/gothic.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ func void TA_RemoveOverlay(var C_NPC npc) {};
19031903
///
19041904
/// @param room name of the room as defined in the portal
19051905
/// @param guild guild ID
1906-
func void AssignRoomToGuild(var string room, var int guild) {};
1906+
func void Wld_AssignRoomToGuild(var string room, var int guild) {};
19071907

19081908
/// Assigns a room to a specific NPC
19091909
///

0 commit comments

Comments
 (0)