diff options
| author | illfated <illfated@users.noreply.github.com> | 2019-02-06 08:34:01 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-02-06 08:34:01 +0100 |
| commit | 6443dee2868de47576c3f5a0ec6bc16859880079 (patch) | |
| tree | c4d7488eea344c0e912f1c7ba46e8f437f9e1731 /sql/updates | |
| parent | 2fda1572d214d0b114e0291106363f49c2d3179e (diff) | |
DB/Creature: Warsong Battle Standard
Closes #23024
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_02_06_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_02_06_00_world.sql b/sql/updates/world/3.3.5/2019_02_06_00_world.sql new file mode 100644 index 00000000000..c2759fe4039 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_02_06_00_world.sql @@ -0,0 +1,4 @@ +-- Warsong Battle Standard +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26678; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(26678, 1, 0, 0, 1); |
