Changes between Initial Version and Version 1 of Scenario_JoinGuild


Ignore:
Timestamp:
02/12/25 14:35:39 (10 days ago)
Author:
181557
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scenario_JoinGuild

    v1 v1  
     1= Joining a Guild =
     2== Description ==
     3A player joins a guild.
     4
     5== SQL Example ==
     6{{{
     7INSERT INTO Character_Guild (CharacterID, GuildID) VALUES (1, 1);
     8}}}