Core/Scripts: Drop gameobject_scripts table - empty, deprecated and no longer needed

This commit is contained in:
Nay
2013-01-03 19:18:26 +00:00
parent 59e4f6eb05
commit 9394dc10b4
7 changed files with 2 additions and 46 deletions

View File

@@ -0,0 +1,2 @@
DROP TABLE `gameobject_scripts`;
DELETE FROM `command` WHERE `name`='reload gameobject_scripts';