mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[11926] Let Waypoints fly. Thanks to qsa for the idea
Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
b899f97e33
commit
e9140ec82b
4 changed files with 7 additions and 4 deletions
3
sql/updates/11926_01_mangos_creature_template.sql
Normal file
3
sql/updates/11926_01_mangos_creature_template.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue