Skip to content

Commit

Permalink
fix(DB/Core/Quests): Fix quest 11881
Browse files Browse the repository at this point in the history
Move quest 11881 to the core for better scripted control and more
blizzlike behavior.

Closes AzerothCore issue azerothcore#20239
  • Loading branch information
cgrahamseven committed Oct 18, 2024
1 parent 572be7d commit 3eaaccf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/sql/updates/pending_db_world/rev_1729269741948776900.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- Remove SmartAI sql for NPC Jenny (25969)
DELETE FROM `smart_scripts`
WHERE `entryorguid` = 25969;
-- Update creature template for NPC Jenny (25969)
UPDATE `creature_template`
SET `speed_run` = 1, `speed_walk` = 0.8, `speed_swim` = 0.6, `AIName` = "", `ScriptName` = "npc_jenny"
WHERE `entry` = 25969;

0 comments on commit 3eaaccf

Please sign in to comment.