repo.or.cz
/
getmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'master' of git@github.com:mangos/mangos
[getmangos.git]
/
sql
/
updates
/
06673_mangos_areatrigger_scripts.sql
blob
e4088cf1d25b12180541728f13bac737174a139b
1
DROP TABLE IF EXISTS `areatrigger_scripts`;
2
CREATE TABLE `areatrigger_scripts` (
3
`entry` MEDIUMINT( 8 ) NOT NULL ,
4
`ScriptName` CHAR( 64 ) NOT NULL ,
5
PRIMARY KEY ( `entry` )
6
) ENGINE = MYISAM DEFAULT CHARSET=utf8;
7