From 8b83ae0c0539b18d59ba7d7becb32894ed4a184d Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 14 Aug 2011 11:07:00 +0200 Subject: Scripts/Storm Peaks: Typo in 0cb688, thanks to simlt --- src/server/scripts/Northrend/storm_peaks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Northrend/storm_peaks.cpp b/src/server/scripts/Northrend/storm_peaks.cpp index 2bd774cdf5b..690b8015ca6 100644 --- a/src/server/scripts/Northrend/storm_peaks.cpp +++ b/src/server/scripts/Northrend/storm_peaks.cpp @@ -738,7 +738,7 @@ class npc_hyldsmeet_protodrake : public CreatureScript _accessoryRespawnTimer = who->ToCreature()->GetRespawnDelay(); } - void Update(uint32 const diff) + void UpdateAI(uint32 const diff) { //! We need to manually reinstall accessories because the vehicle itself is friendly to players, //! so EnterEvadeMode is never triggered. The accessory on the other hand is hostile and killable. -- cgit v1.2.3