diff options
| author | Rushor <PBienati@web.de> | 2016-02-06 17:11:14 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 19:33:03 +0200 |
| commit | 85a9c96075317c7c917306b2a17683239f965ec1 (patch) | |
| tree | 3bd1ad5caff1e5f620554120705a7f5668999322 | |
| parent | f8d5031fca9a639d61e66f0122e1491d43e6fe44 (diff) | |
DB/Creature: Stinky + Precious - Add Knockbackimmunity
(cherry picked from commit d92d5c0d17c7bd3b03522c6146ba91d3adaea223)
| -rw-r--r-- | sql/updates/world/2016_04_02_22_world_2016_02_06_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_22_world_2016_02_06_01_world.sql b/sql/updates/world/2016_04_02_22_world_2016_02_06_01_world.sql new file mode 100644 index 00000000000..6812c4af52e --- /dev/null +++ b/sql/updates/world/2016_04_02_22_world_2016_02_06_01_world.sql @@ -0,0 +1,3 @@ +-- +-- Stinky + Precious - Knockbackimmunity +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x40000000 WHERE `entry` IN (37025, 38064, 37217, 38103); |
