From 8ecffa8892e00fc1116e4e34fa448e46774194e5 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 27 Nov 2013 10:47:02 -0200 Subject: Dropped emperium spawn restrictions Thanks to kyeme for bringing it to our attention. Signed-off-by: shennetsind --- src/map/script.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 777179507..39f29ec4f 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -17330,11 +17330,6 @@ BUILDIN(montransform) { return false; } - if(mob_id == MOBID_EMPERIUM) { - ShowWarning("buildin_montransform: Monster 'Emperium' cannot be used.\n"); - return false; - } - if( !(type > SC_NONE && type < SC_MAX) ){ ShowWarning("buildin_montransform: Unsupported status change id %d\n", type); return false; -- cgit v1.2.3-70-g09d2