generated from Jaysyn/ModuleTemplate
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
/*
|
|
s_genlootboss - generate loot: boss
|
|
*/
|
|
|
|
#include "X_O2_CONINCLUDE"
|
|
|
|
void main()
|
|
{
|
|
|
|
SetLocalInt(OBJECT_SELF, GT_TREASURE_TABLE, TREASURE_BOSS);
|
|
|
|
ExecuteScript(SCRIPT_GENLOOT, OBJECT_SELF);
|
|
|
|
}
|