diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-03 07:21:59 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-03 07:21:59 +0200 |
commit | 42be4c1da7969582f347cb58d672634d5db0a24d (patch) | |
tree | 68127d0e742ef151c783b68a4efc628b289d9cc8 | |
parent | 0c8df80415b17f1689d9b94ba4ee41351f75b682 (diff) |
DB/Creature: Remove trigger flags from Dead Caravan mobs
By phoenixfight, closes #11986
-rw-r--r-- | sql/updates/world/2014_05_03_00_world_creature_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_03_00_world_creature_template.sql b/sql/updates/world/2014_05_03_00_world_creature_template.sql new file mode 100644 index 00000000000..c17c1cf07cd --- /dev/null +++ b/sql/updates/world/2014_05_03_00_world_creature_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry` IN (25342,25343); |