summaryrefslogtreecommitdiff
path: root/npc/000-0-0/q'onan.txt
blob: a0fc844a151fec35c36cf9940d14cbd162487a07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Evol scripts.
// Authors:
//    Alige
//    Vasily_Makarov
// Description:
//    Sleeping and snoring NPC.

000-0-0,29,28,0	script	Q'Onan#000-0-0	NPC_ORC_SAILOR,{
    asleep;
    close;

OnInit:
    end;
}