diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-13 22:38:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 22:38:57 +0200 |
| commit | 751a8b9e17d2bd39785850295abb1d08917b0b24 (patch) | |
| tree | 8f67c0ec5dc85be45d65c2a7414417b4df826939 /sql | |
| parent | 40b37fbdfe5adb81fc6474703d66d7a72b4eeaaf (diff) | |
Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_12_13_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_12_13_02_world.sql b/sql/updates/world/3.3.5/2021_12_13_02_world.sql new file mode 100644 index 00000000000..a6bae8dfe74 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_12_13_02_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `gameobject_template` SET `ScriptName` = 'go_ahune_ice_spear' WHERE `entry` = 188077; + +UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_ahune_ice_spear_bunny' WHERE `entry` = 25985; +UPDATE `creature_template` SET `unit_flags` = 33554432 WHERE `entry` IN (25985,26337); +DELETE FROM `smart_scripts` WHERE `entryorguid` = 25985 AND `source_type` = 0; |
