revert last 2 commits

This commit is contained in:
mik1893
2016-07-08 21:25:31 +01:00
parent 72a182cbc3
commit 13c8394bf1
2539 changed files with 2153 additions and 428 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE `smart_scripts` CHANGE `event_flags` `event_flags` smallint(5) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `smart_scripts` CHANGE `event_phase_mask` `event_phase_mask` smallint(5) unsigned NOT NULL DEFAULT '0';