diff options
| author | Wyreth <32145860+Wyreth@users.noreply.github.com> | 2017-10-22 14:23:29 +0200 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-10-22 10:23:29 -0200 |
| commit | 398e67cbca3960603cc498e8b0e40bd6a7625d6e (patch) | |
| tree | 7cf7a68574ad6f8cd42dfe6fdc48907948b3f87b /sql | |
| parent | 7dc97c035350f9505a9fba0b8ec2d2037044e586 (diff) | |
Scripts/Quest: Captain Tyralius improvements (#20419)
Update: #12352
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_10_22_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_22_00_world.sql b/sql/updates/world/3.3.5/2017_10_22_00_world.sql new file mode 100644 index 00000000000..7dbd71c3e73 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_10_22_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `unit_flags`=512, `ScriptName`="npc_captain_tyralius" WHERE `entry`=20787; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=20825; +DELETE FROM `creature` WHERE `id` IN (20787, 20825); |
