mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
DB/Quest: Rallying the Troops
This commit is contained in:
4
sql/updates/world/2014_11_10_03_world.sql
Normal file
4
sql/updates/world/2014_11_10_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
update creature_template set `AIName`='SmartAI' where entry=26261;
|
||||
|
||||
Delete from `smart_scripts` where entryorguid=26261 and event_param1=47394;
|
||||
INSERT INTO `smart_scripts` VALUES (26261, 0, 0, 0, 8, 0, 100, 0, 47394, 0, 0, 0, 33, 26261, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'On Spellhit call Killcredit for Q 12070');
|
||||
Reference in New Issue
Block a user