diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-12-27 20:43:25 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-12-28 12:16:37 -0300 |
commit | 4ff4c38ac6ac1b1547b77c25ce88e06c4232095b (patch) | |
tree | ff25a37d5d9bc6221b9b72df68d5a497d2cce9e7 | |
parent | 720ba9e973f7af5a84d7e61a1eaa716a65f41e92 (diff) |
DB/Creature: set trigger flag to Imp in a Ball
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_28_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_02_world.sql b/sql/updates/world/3.3.5/2017_12_28_02_world.sql new file mode 100644 index 00000000000..8f580e7362b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_28_02_world.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `flags_extra`=128 WHERE `entry`=23224; |