aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_24_05_world_2021_12_13_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_24_05_world_2021_12_13_02_world.sql b/sql/updates/world/master/2022_03_24_05_world_2021_12_13_02_world.sql
new file mode 100644
index 00000000000..a6bae8dfe74
--- /dev/null
+++ b/sql/updates/world/master/2022_03_24_05_world_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;