diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 06:21:06 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 06:21:06 +0100 |
| commit | 9b182b49b82d1cd74a9687222195e174add21320 (patch) | |
| tree | d36cf28e90b3d1b24730daed524d9b0fbde1948f | |
| parent | fd8a6691903b59ddd93defaf1f19b3df19ef6d0d (diff) | |
DB/Creature: Add trigger flag to Multiphase Disturbance
Updates #6279
| -rw-r--r-- | sql/updates/world/2014_02_20_06_world_creature.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_20_06_world_creature.sql b/sql/updates/world/2014_02_20_06_world_creature.sql new file mode 100644 index 00000000000..ce802dab5ac --- /dev/null +++ b/sql/updates/world/2014_02_20_06_world_creature.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` = 25882; |
