[11926] Let Waypoints fly. Thanks to qsa for the idea

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Schmoozerd 2012-02-09 00:12:30 +01:00
parent b899f97e33
commit e9140ec82b
4 changed files with 7 additions and 4 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_11885_01_mangos_spell_proc_event required_11926_01_mangos_creature_template bit;
UPDATE creature_template SET InhabitType=7 WHERE entry=1;