summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c5
1 files changed, 0 insertions, 5 deletions
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;