mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Script/Quest): move Shay Leafrunner's script from DB to C++ (#7801)
- Closes #1535 - Closes #6722
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631219641576125800');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_shay_leafrunner', `AiName`='' WHERE `entry`=7774;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=7774 AND `source_type`=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=777400 AND `source_type`=9;
|
||||
Reference in New Issue
Block a user