diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2017-05-28 11:43:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-28 11:43:08 +0100 |
| commit | f2c351158b527b3dc8493cf1edd841ddad2de579 (patch) | |
| tree | 9361bda14bbd8bd9eb403987f4474b82a944799a | |
| parent | 69a1386ddb02d299574aad061f0f2e00506b8f87 (diff) | |
DB/SAI: Add some missing charmed flags
DB/SAI: Add missing charmed flags to blight geists which is required for when they are charmed as part of it roll's downhill.
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_28_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_28_00_world.sql b/sql/updates/world/3.3.5/2017_05_28_00_world.sql new file mode 100644 index 00000000000..964970806f3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_05_28_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=28750 AND `source_type`=0 AND `id` IN(0,2,4); +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2875000 AND `source_type`=9; |
