DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
// The Sewer Grate
021-1.gat,52,104,0|script|#tulimsharsewer3|45,0,0,
{
mes "Descend into the sewers?";
next;
menu
"Yes.", L_Sewer,
"Nevermind.", L_Close;
L_Sewer:
warp "021-3",57,101;
goto L_Close;
L_Close:
close;
}